diff options
| author | Thomas la Cour <tlc@hyrtwol.dk> | 2024-09-09 19:34:19 +0200 |
|---|---|---|
| committer | Thomas la Cour <tlc@hyrtwol.dk> | 2024-09-09 19:34:19 +0200 |
| commit | 6298b23e07f36862003d98c0197e581f29492c70 (patch) | |
| tree | 564c78303483707deb038d4cb4693f1ca6d8f70d /misc | |
| parent | 053425e8d7a29fee378437fce02d0db5ca2f7a90 (diff) | |
tag nightly builds
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/odin.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/odin.rc b/misc/odin.rc index e45d6661b..9e605f6dc 100644 --- a/misc/odin.rc +++ b/misc/odin.rc @@ -30,6 +30,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT #ifndef GIT_SHA #define GIT_SHA 0 #endif +#ifndef NIGHTLY +#define NIGHTLY 0 +#endif #define Q(x) #x #define QUOTE(x) Q(x) @@ -62,6 +65,7 @@ BEGIN VALUE "Comments", QUOTE(git-sha: GIT_SHA) // custom values VALUE "GitSha", QUOTE(GIT_SHA) + VALUE "NightlyBuild", QUOTE(NIGHTLY) END END BLOCK "VarFileInfo" |