From cc4ced2358f8147b7b1b6cdd1d65e774dbe02021 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 9 Aug 2013 11:20:33 +0000 Subject: [PATCH] Verzijo sem nastavil na 1.1. --- 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 c8c9151..bdff1e5 100644 --- a/AMSICA/include/AMSICA.h +++ b/AMSICA/include/AMSICA.h @@ -5,13 +5,13 @@ // Version //////////////////////////////////////////////////////////////////////////// -#define AMSICA_VERSION 0x01000100 +#define AMSICA_VERSION 0x01010000 #define AMSICA_VERSION_MAJ 1 -#define AMSICA_VERSION_MIN 0 -#define AMSICA_VERSION_REV 1 +#define AMSICA_VERSION_MIN 1 +#define AMSICA_VERSION_REV 0 -#define AMSICA_VERSION_STR "1.0.1" +#define AMSICA_VERSION_STR "1.1" #if !defined(RC_INVOKED) && !defined(MIDL_PASS)