Files
ghostty/src/build
Mitchell Hashimoto 8813261341 libghostty: expose version information via build options and C API
Add version (std.SemanticVersion) to the terminal build options so that
the terminal module has access to the application version at comptime.
The add() function breaks it out into version_string, version_major,
version_minor, version_patch, and version_build terminal options.

On the C API side, five new GhosttyBuildInfo variants expose these
through ghostty_build_info(). String values use GhosttyString; numeric
values use size_t. When no build metadata is present, version_build
returns a zero-length string.

The c-vt-build-info example is updated to query and print all version
fields.
2026-03-28 09:17:52 -07:00
..
2025-12-17 05:16:27 +08:00
2025-11-27 13:37:53 -08:00
2025-11-27 13:37:53 -08:00
2025-10-03 07:10:41 -07:00
2025-11-27 13:37:53 -08:00
2026-02-17 23:51:42 +01:00
2025-11-27 13:37:53 -08:00
2025-11-27 13:37:53 -08:00
2025-03-07 17:52:06 +01:00
2024-01-07 12:10:48 -08:00
2025-10-03 07:10:41 -07:00
2025-11-27 13:37:53 -08:00
2025-10-15 11:55:11 -07:00