Skip to content

Commit 208e79f

Browse files
committed
Release 3.3.6
1 parent 23c05d2 commit 208e79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/logger.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#ifndef NDEBUG
99
#define RAINBOMIZER_BUILD "Debug Build: " __DATE__ " " __TIME__
1010
#else
11-
#define RAINBOMIZER_BUILD "Release v3.3.5: " __DATE__ " " __TIME__
12-
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.5"
11+
#define RAINBOMIZER_BUILD "Release v3.3.6: " __DATE__ " " __TIME__
12+
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.6"
1313
#endif
1414

1515
constexpr int RAINBOMIZER_BUILD_NUMBER =

0 commit comments

Comments
 (0)