Version set to 1.4

This commit is contained in:
Simon Rozman 2016-10-11 12:38:40 +02:00
parent 71b37cfdaf
commit f989cacd17

View File

@ -24,14 +24,14 @@
/// ///
/// wxExtend Version /// wxExtend Version
/// ///
#define wxEXTEND_VERSION 0x01030000 #define wxEXTEND_VERSION 0x01040000
#define wxEXTEND_VERSION_MAJ 1 #define wxEXTEND_VERSION_MAJ 1
#define wxEXTEND_VERSION_MIN 3 #define wxEXTEND_VERSION_MIN 4
#define wxEXTEND_VERSION_REV 0 #define wxEXTEND_VERSION_REV 0
#define wxEXTEND_VERSION_BUILD 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 wxEXTEND_BUILD_YEAR_STR "2016"
#define wxExtendVersion "14" #define wxExtendVersion "14"