From 6b10d5d6a665cc69477fc6804ff9dfabccd8cf34 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 18 Sep 2013 07:45:37 +0000 Subject: [PATCH] Verzijo sem nastavil na 1.2. --- AMSICA/include/AMSICA.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AMSICA/include/AMSICA.h b/AMSICA/include/AMSICA.h index 66f46a6..9cac1e1 100644 --- a/AMSICA/include/AMSICA.h +++ b/AMSICA/include/AMSICA.h @@ -5,13 +5,13 @@ // Version //////////////////////////////////////////////////////////////////////////// -#define AMSICA_VERSION 0x01010200 +#define AMSICA_VERSION 0x01020000 #define AMSICA_VERSION_MAJ 1 -#define AMSICA_VERSION_MIN 1 -#define AMSICA_VERSION_REV 2 +#define AMSICA_VERSION_MIN 2 +#define AMSICA_VERSION_REV 0 -#define AMSICA_VERSION_STR "1.1.2" +#define AMSICA_VERSION_STR "1.2" #if !defined(RC_INVOKED) && !defined(MIDL_PASS)