From 372f60a021aafafe8082d4dcc8da7ce41b44a732 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sat, 9 Mar 2024 20:04:06 -0500 Subject: [PATCH] bump --- lib/CException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CException.h b/lib/CException.h index be9e186..55399ca 100644 --- a/lib/CException.h +++ b/lib/CException.h @@ -11,7 +11,7 @@ extern "C" #define CEXCEPTION_VERSION_MAJOR 1 #define CEXCEPTION_VERSION_MINOR 3 -#define CEXCEPTION_VERSION_BUILD 3 +#define CEXCEPTION_VERSION_BUILD 4 #define CEXCEPTION_VERSION ((CEXCEPTION_VERSION_MAJOR << 16) | (CEXCEPTION_VERSION_MINOR << 8) | CEXCEPTION_VERSION_BUILD) //To Use CException, you have a number of options: