From f989cacd170a496919927d7fab26357dc3af2168 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 11 Oct 2016 12:38:40 +0200 Subject: [PATCH] Version set to 1.4 --- include/wxex/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wxex/common.h b/include/wxex/common.h index 1eaa003..f8dee3b 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -24,14 +24,14 @@ /// /// wxExtend Version /// -#define wxEXTEND_VERSION 0x01030000 +#define wxEXTEND_VERSION 0x01040000 #define wxEXTEND_VERSION_MAJ 1 -#define wxEXTEND_VERSION_MIN 3 +#define wxEXTEND_VERSION_MIN 4 #define wxEXTEND_VERSION_REV 0 #define wxEXTEND_VERSION_BUILD 0 -#define wxEXTEND_VERSION_STR "1.3" +#define wxEXTEND_VERSION_STR "1.4" #define wxEXTEND_BUILD_YEAR_STR "2016" #define wxExtendVersion "14"