mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-22 09:01:32 +00:00
libghostty-vt: add semver pre info to build info
This commit is contained in:
@@ -107,13 +107,21 @@ typedef enum {
|
||||
*/
|
||||
GHOSTTY_BUILD_INFO_VERSION_PATCH = 8,
|
||||
|
||||
/**
|
||||
* The pre metadata string (e.g. "alpha", "beta", "dev"). Has zero length if
|
||||
* no pre metadata is present.
|
||||
*
|
||||
* Output type: GhosttyString *
|
||||
*/
|
||||
GHOSTTY_BUILD_INFO_VERSION_PRE = 9,
|
||||
|
||||
/**
|
||||
* The build metadata string (e.g. commit hash). Has zero length if
|
||||
* no build metadata is present.
|
||||
*
|
||||
* Output type: GhosttyString *
|
||||
*/
|
||||
GHOSTTY_BUILD_INFO_VERSION_BUILD = 9,
|
||||
GHOSTTY_BUILD_INFO_VERSION_BUILD = 10,
|
||||
} GhosttyBuildInfo;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user