We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d1190 commit dc81193Copy full SHA for dc81193
src/version.cpp
@@ -31,7 +31,7 @@ const std::string CLIENT_NAME("Apollon");
31
// git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
32
#define GIT_ARCHIVE 1
33
#ifdef GIT_ARCHIVE
34
-# define GIT_COMMIT_ID "60031"
+# define GIT_COMMIT_ID "60032"
35
#endif
36
37
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \
0 commit comments