From 5a372f955bac3d61beab94585a28038b97d7dae6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 3 May 2016 13:17:40 +0200 Subject: [PATCH] Version set to 1.0.1 --- 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 550ce0d..e25359e 100644 --- a/include/wxex/common.h +++ b/include/wxex/common.h @@ -23,14 +23,14 @@ /// /// wxExtend Version /// -#define wxEXTEND_VERSION 0x01000000 +#define wxEXTEND_VERSION 0x01000100 #define wxEXTEND_VERSION_MAJ 1 #define wxEXTEND_VERSION_MIN 0 -#define wxEXTEND_VERSION_REV 0 +#define wxEXTEND_VERSION_REV 1 #define wxEXTEND_VERSION_BUILD 0 -#define wxEXTEND_VERSION_STR "1.0" +#define wxEXTEND_VERSION_STR "1.0.1" #define wxEXTEND_BUILD_YEAR_STR "2016"