From c6891c4f81825a7599bef637d5687098f9361f42 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 19 Apr 2013 11:49:34 +0000 Subject: [PATCH] Verzijo sem nastavil na 1.1. --- MSITSCA.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MSITSCA.h b/MSITSCA.h index 51c0bee..4ad39cd 100644 --- a/MSITSCA.h +++ b/MSITSCA.h @@ -6,14 +6,14 @@ // Constants //////////////////////////////////////////////////////////////////////////// -#define MSITSCA_VERSION 0x01000100 +#define MSITSCA_VERSION 0x01010000 #define MSITSCA_VERSION_MAJ 1 -#define MSITSCA_VERSION_MIN 0 -#define MSITSCA_VERSION_REV 1 +#define MSITSCA_VERSION_MIN 1 +#define MSITSCA_VERSION_REV 0 -#define MSITSCA_VERSION_STR "1.0.1" -#define MSITSCA_VERSION_INST "1.0.1.0" +#define MSITSCA_VERSION_STR "1.1" +#define MSITSCA_VERSION_INST "1.1.0.0" #if !defined(RC_INVOKED) && !defined(MIDL_PASS)