Switching to universal version being in the header file itself.

This commit is contained in:
Mark VanderVoord
2019-10-21 10:14:01 -04:00
parent dce9e8b26f
commit e78c5aacc7
3 changed files with 5 additions and 4 deletions
+5
View File
@@ -9,6 +9,11 @@ extern "C"
#endif
#define CEXCEPTION_VERSION_MAJOR 1
#define CEXCEPTION_VERSION_MINOR 3
#define CEXCEPTION_VERSION_BUILD 2
#define CEXCEPTION_VERSION ((CEXCEPTION_VERSION_MAJOR << 16) | (CEXCEPTION_VERSION_MINOR << 8) | CEXCEPTION_VERSION_BUILD)
//To Use CException, you have a number of options:
//1. Just include it and run with the defaults
//2. Define any of the following symbols at the command line to override them
-2
View File
@@ -1,2 +0,0 @@
18
-2
View File
@@ -1,2 +0,0 @@
1.3.1