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 bcb3a22 commit 0c70868Copy full SHA for 0c70868
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.4: " __DATE__ " " __TIME__
12
-#define RAINBOMIZER_BUILD_SHORT "Release v3.3.4"
+#define RAINBOMIZER_BUILD "Release v3.3.5: " __DATE__ " " __TIME__
+#define RAINBOMIZER_BUILD_SHORT "Release v3.3.5"
13
#endif
14
15
constexpr int RAINBOMIZER_BUILD_NUMBER =
0 commit comments