We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f941c commit 2cf40c1Copy full SHA for 2cf40c1
src/common/logger.cc
@@ -8,8 +8,8 @@
8
#ifndef NDEBUG
9
#define RAINBOMIZER_BUILD "Debug Build: " __DATE__ " " __TIME__
10
#else
11
-#define RAINBOMIZER_BUILD "Release v3.0: " __DATE__ " " __TIME__
12
-#define RAINBOMIZER_BUILD_SHORT "Release v3.0"
+#define RAINBOMIZER_BUILD "Release v3.1: " __DATE__ " " __TIME__
+#define RAINBOMIZER_BUILD_SHORT "Release v3.1"
13
#endif
14
15
constexpr int RAINBOMIZER_BUILD_NUMBER =
0 commit comments