Skip to content

Commit 22aea6d

Browse files
committed
Update CConsole.cpp
1 parent 79c16ec commit 22aea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CConsole/src/CConsole.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
using namespace std;
5555

56-
static constexpr auto CCONSOLE_VERSION = "v1.2 built on " __DATE__" @ " __TIME__;
56+
static constexpr auto CCONSOLE_VERSION = "v1.4 built on " __DATE__" @ " __TIME__;
5757

5858
static std::mutex mainMutex; // did not want to put this into CConsoleImpl because then CConsole::IsInitialized() could not be protected by this mutex when impl is not yet existing
5959

0 commit comments

Comments
 (0)