We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fe26c commit 372f60aCopy full SHA for 372f60a
lib/CException.h
@@ -11,7 +11,7 @@ extern "C"
11
12
#define CEXCEPTION_VERSION_MAJOR 1
13
#define CEXCEPTION_VERSION_MINOR 3
14
-#define CEXCEPTION_VERSION_BUILD 3
+#define CEXCEPTION_VERSION_BUILD 4
15
#define CEXCEPTION_VERSION ((CEXCEPTION_VERSION_MAJOR << 16) | (CEXCEPTION_VERSION_MINOR << 8) | CEXCEPTION_VERSION_BUILD)
16
17
//To Use CException, you have a number of options:
0 commit comments