Bump Version.

Switch to running self-tests on github actions.
Bump dates.
This commit is contained in:
Mark VanderVoord
2021-01-29 09:03:48 -05:00
parent 28c721419f
commit e2eb9655a6
6 changed files with 32 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ extern "C"
#define CEXCEPTION_VERSION_MAJOR 1
#define CEXCEPTION_VERSION_MINOR 3
#define CEXCEPTION_VERSION_BUILD 2
#define CEXCEPTION_VERSION_BUILD 3
#define CEXCEPTION_VERSION ((CEXCEPTION_VERSION_MAJOR << 16) | (CEXCEPTION_VERSION_MINOR << 8) | CEXCEPTION_VERSION_BUILD)
//To Use CException, you have a number of options: