From 5a7289bae1c19ea347eb9169e1230670edbaefac Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 11 Mar 2016 11:42:54 +0100 Subject: [PATCH] Version changed to 1.0-pre5 and copyright year updated --- MSICA/MSICA.cpp | 2 +- MSICA/MSICA.h | 10 +++++----- MSICA/stdafx.cpp | 2 +- MSICA/stdafx.h | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MSICA/MSICA.cpp b/MSICA/MSICA.cpp index 0cd09f7..81bbe35 100644 --- a/MSICA/MSICA.cpp +++ b/MSICA/MSICA.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2015 Amebis + Copyright 1991-2016 Amebis This file is part of MSICA. diff --git a/MSICA/MSICA.h b/MSICA/MSICA.h index 9bbd5b9..f84c5ac 100644 --- a/MSICA/MSICA.h +++ b/MSICA/MSICA.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2015 Amebis + Copyright 1991-2016 Amebis This file is part of MSICA. @@ -24,15 +24,15 @@ // Version //////////////////////////////////////////////////////////////////// -#define MSICA_VERSION 0x00ff0400 +#define MSICA_VERSION 0x00ff0500 #define MSICA_VERSION_MAJ 0 #define MSICA_VERSION_MIN 255 -#define MSICA_VERSION_REV 4 +#define MSICA_VERSION_REV 5 #define MSICA_VERSION_BUILD 0 -#define MSICA_VERSION_STR "1.0-pre4" -#define MSICA_BUILD_YEAR_STR "2015" +#define MSICA_VERSION_STR "1.0-pre5" +#define MSICA_BUILD_YEAR_STR "2016" #if !defined(RC_INVOKED) && !defined(MIDL_PASS) diff --git a/MSICA/stdafx.cpp b/MSICA/stdafx.cpp index 96a124f..0191dba 100644 --- a/MSICA/stdafx.cpp +++ b/MSICA/stdafx.cpp @@ -1,5 +1,5 @@ /* - Copyright 1991-2015 Amebis + Copyright 1991-2016 Amebis This file is part of MSICA. diff --git a/MSICA/stdafx.h b/MSICA/stdafx.h index cd320f4..cc81611 100644 --- a/MSICA/stdafx.h +++ b/MSICA/stdafx.h @@ -1,5 +1,5 @@ /* - Copyright 1991-2015 Amebis + Copyright 1991-2016 Amebis This file is part of MSICA.