Version changed to 1.0-pre5 and copyright year updated

This commit is contained in:
Simon Rozman 2016-03-11 11:42:54 +01:00
parent 11a532296a
commit 5a7289bae1
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/* /*
Copyright 1991-2015 Amebis Copyright 1991-2016 Amebis
This file is part of MSICA. This file is part of MSICA.

View File

@ -1,5 +1,5 @@
/* /*
Copyright 1991-2015 Amebis Copyright 1991-2016 Amebis
This file is part of MSICA. This file is part of MSICA.
@ -24,15 +24,15 @@
// Version // Version
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#define MSICA_VERSION 0x00ff0400 #define MSICA_VERSION 0x00ff0500
#define MSICA_VERSION_MAJ 0 #define MSICA_VERSION_MAJ 0
#define MSICA_VERSION_MIN 255 #define MSICA_VERSION_MIN 255
#define MSICA_VERSION_REV 4 #define MSICA_VERSION_REV 5
#define MSICA_VERSION_BUILD 0 #define MSICA_VERSION_BUILD 0
#define MSICA_VERSION_STR "1.0-pre4" #define MSICA_VERSION_STR "1.0-pre5"
#define MSICA_BUILD_YEAR_STR "2015" #define MSICA_BUILD_YEAR_STR "2016"
#if !defined(RC_INVOKED) && !defined(MIDL_PASS) #if !defined(RC_INVOKED) && !defined(MIDL_PASS)

View File

@ -1,5 +1,5 @@
/* /*
Copyright 1991-2015 Amebis Copyright 1991-2016 Amebis
This file is part of MSICA. This file is part of MSICA.

View File

@ -1,5 +1,5 @@
/* /*
Copyright 1991-2015 Amebis Copyright 1991-2016 Amebis
This file is part of MSICA. This file is part of MSICA.