diff --git a/MSICALib/MSITSCA.h b/MSICALib/MSITSCA.h index 80e8bfb..2440b13 100644 --- a/MSICALib/MSITSCA.h +++ b/MSICALib/MSITSCA.h @@ -6,14 +6,14 @@ // Constants //////////////////////////////////////////////////////////////////////////// -#define MSITSCA_VERSION 0x01010100 +#define MSITSCA_VERSION 0x01020000 #define MSITSCA_VERSION_MAJ 1 -#define MSITSCA_VERSION_MIN 1 -#define MSITSCA_VERSION_REV 1 +#define MSITSCA_VERSION_MIN 2 +#define MSITSCA_VERSION_REV 0 -#define MSITSCA_VERSION_STR "1.1.1" -#define MSITSCA_VERSION_INST "1.1.1.0" +#define MSITSCA_VERSION_STR "1.2" +#define MSITSCA_VERSION_INST "1.2.0.0" #if !defined(RC_INVOKED) && !defined(MIDL_PASS)