Verzijo sem nastavil na 1.2.

This commit is contained in:
Simon Rozman 2013-08-09 11:23:22 +00:00
parent 83e41fc94b
commit fa5fedfcd4

View File

@ -6,14 +6,14 @@
// Constants // Constants
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
#define MSITSCA_VERSION 0x01010100 #define MSITSCA_VERSION 0x01020000
#define MSITSCA_VERSION_MAJ 1 #define MSITSCA_VERSION_MAJ 1
#define MSITSCA_VERSION_MIN 1 #define MSITSCA_VERSION_MIN 2
#define MSITSCA_VERSION_REV 1 #define MSITSCA_VERSION_REV 0
#define MSITSCA_VERSION_STR "1.1.1" #define MSITSCA_VERSION_STR "1.2"
#define MSITSCA_VERSION_INST "1.1.1.0" #define MSITSCA_VERSION_INST "1.2.0.0"
#if !defined(RC_INVOKED) && !defined(MIDL_PASS) #if !defined(RC_INVOKED) && !defined(MIDL_PASS)