We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c05d2 commit 208e79fCopy full SHA for 208e79f
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.5: " __DATE__ " " __TIME__
12
-#define RAINBOMIZER_BUILD_SHORT "Release v3.3.5"
+#define RAINBOMIZER_BUILD "Release v3.3.6: " __DATE__ " " __TIME__
+#define RAINBOMIZER_BUILD_SHORT "Release v3.3.6"
13
#endif
14
15
constexpr int RAINBOMIZER_BUILD_NUMBER =
0 commit comments