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 44ee745 commit 71bac52Copy full SHA for 71bac52
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.3.6: " __DATE__ " " __TIME__
12
-#define RAINBOMIZER_BUILD_SHORT "Release v3.3.6"
+#define RAINBOMIZER_BUILD "Release v3.3.7: " __DATE__ " " __TIME__
+#define RAINBOMIZER_BUILD_SHORT "Release v3.3.7"
13
#endif
14
15
constexpr int RAINBOMIZER_BUILD_NUMBER =
0 commit comments