Skip to content

Commit 71bac52

Browse files
committed
Release v3.3.7
1 parent 44ee745 commit 71bac52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/logger.cc

Lines changed: 2 additions & 2 deletions
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.6: " __DATE__ " " __TIME__
12-
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.6"
11+
#define RAINBOMIZER_BUILD "Release v3.3.7: " __DATE__ " " __TIME__
12+
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.7"
1313
#endif
1414

1515
constexpr int RAINBOMIZER_BUILD_NUMBER =

0 commit comments

Comments
 (0)