Skip to content

Commit 372f60a

Browse files
committed
bump
1 parent a4fe26c commit 372f60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CException.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C"
1111

1212
#define CEXCEPTION_VERSION_MAJOR 1
1313
#define CEXCEPTION_VERSION_MINOR 3
14-
#define CEXCEPTION_VERSION_BUILD 3
14+
#define CEXCEPTION_VERSION_BUILD 4
1515
#define CEXCEPTION_VERSION ((CEXCEPTION_VERSION_MAJOR << 16) | (CEXCEPTION_VERSION_MINOR << 8) | CEXCEPTION_VERSION_BUILD)
1616

1717
//To Use CException, you have a number of options:

0 commit comments

Comments
 (0)