MSICA/include/version.h
Simon Rozman 3e2d33b548
2015-02-24 13:17:27 +00:00

29 lines
978 B
C

/*
Copyright ("1991-2015") Amebis
This file is part of MSICA.
MSICA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MSICA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
*/
#define MSICA_VERSION 0x00ff0300
#define MSICA_VERSION_MAJ 0
#define MSICA_VERSION_MIN 255
#define MSICA_VERSION_REV 3
#define MSICA_VERSION_BUILD 0
#define MSICA_VERSION_STR "1.0-pre3"
#define MSICA_BUILD_YEAR_STR "2014"