From 42101b01192f6b5ec9a88b3b28d0a1ecd199db85 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 30 Jan 2014 08:32:46 +0000 Subject: [PATCH] Verzijo sem nastavil na 2.1. --- MSICALib/MSITSCA.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MSICALib/MSITSCA.h b/MSICALib/MSITSCA.h index d0b106c..18c81f2 100644 --- a/MSICALib/MSITSCA.h +++ b/MSICALib/MSITSCA.h @@ -6,14 +6,14 @@ // Constants //////////////////////////////////////////////////////////////////////////// -#define MSITSCA_VERSION 0x02000200 +#define MSITSCA_VERSION 0x02010000 #define MSITSCA_VERSION_MAJ 2 -#define MSITSCA_VERSION_MIN 0 -#define MSITSCA_VERSION_REV 2 +#define MSITSCA_VERSION_MIN 1 +#define MSITSCA_VERSION_REV 0 -#define MSITSCA_VERSION_STR "2.0.2" -#define MSITSCA_VERSION_INST "2.0.2" +#define MSITSCA_VERSION_STR "2.1" +#define MSITSCA_VERSION_INST "2.1" #if !defined(RC_INVOKED) && !defined(MIDL_PASS)