diff --git a/lib/CException.h b/lib/CException.h index 06ecf52..78f2f94 100644 --- a/lib/CException.h +++ b/lib/CException.h @@ -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 diff --git a/release/build.info b/release/build.info deleted file mode 100644 index 0cd525d..0000000 --- a/release/build.info +++ /dev/null @@ -1,2 +0,0 @@ -18 - diff --git a/release/version.info b/release/version.info deleted file mode 100644 index 1527a8d..0000000 --- a/release/version.info +++ /dev/null @@ -1,2 +0,0 @@ -1.3.1 -