MSICA/include/version.h
Simon Rozman 7d2eeff429
2015-02-24 11:28:48 +00:00

32 lines
1.1 KiB
C

/*
MSICA, Copyright (C) Amebis, Slovenia
This program 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 2 of the License, or
(at your option) any later version.
This program 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, included in the file
LICENSE.rtf which you should have received along with this program.
If you did not receive a copy of the GNU General Public License,
write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA.
Amebis can be contacted at http://www.amebis.si
*/
#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"