Skip to content

Commit 5cfdc01

Browse files
committed
Release v3.2
1 parent 1c471a7 commit 5cfdc01

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

1515
constexpr int RAINBOMIZER_BUILD_NUMBER =

0 commit comments

Comments
 (0)