You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CConsole/src/CConsole.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
54
54
usingnamespacestd;
55
55
56
-
staticconstexprauto CCONSOLE_VERSION = "v1.2 built on " __DATE__" @ " __TIME__;
56
+
staticconstexprauto CCONSOLE_VERSION = "v1.4 built on " __DATE__" @ " __TIME__;
57
57
58
58
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
0 commit comments