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 1c471a7 commit 5cfdc01Copy full SHA for 5cfdc01
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.1: " __DATE__ " " __TIME__
12
-#define RAINBOMIZER_BUILD_SHORT "Release v3.1"
+#define RAINBOMIZER_BUILD "Release v3.2: " __DATE__ " " __TIME__
+#define RAINBOMIZER_BUILD_SHORT "Release v3.2"
13
#endif
14
15
constexpr int RAINBOMIZER_BUILD_NUMBER =
0 commit comments