Skip to content

Commit 0c70868

Browse files
committed
Release 3.3.5
1 parent bcb3a22 commit 0c70868

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.4: " __DATE__ " " __TIME__
12-
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.4"
11+
#define RAINBOMIZER_BUILD "Release v3.3.5: " __DATE__ " " __TIME__
12+
#define RAINBOMIZER_BUILD_SHORT "Release v3.3.5"
1313
#endif
1414

1515
constexpr int RAINBOMIZER_BUILD_NUMBER =

0 commit comments

Comments
 (0)