git repos / blockattack-game

blame: source/code/version.h

normal view · raw

b6fd59ea sago007 2016-03-16 19:04 1
/*
b6fd59ea sago007 2016-03-16 19:04 2
===========================================================================
b6fd59ea sago007 2016-03-16 19:04 3
blockattack - Block Attack - Rise of the Blocks
b6fd59ea sago007 2016-03-16 19:04 4
Copyright (C) 2005-2016 Poul Sander
b6fd59ea sago007 2016-03-16 19:04 5
b6fd59ea sago007 2016-03-16 19:04 6
This program is free software: you can redistribute it and/or modify
b6fd59ea sago007 2016-03-16 19:04 7
it under the terms of the GNU General Public License as published by
b6fd59ea sago007 2016-03-16 19:04 8
the Free Software Foundation, either version 2 of the License, or
b6fd59ea sago007 2016-03-16 19:04 9
(at your option) any later version.
b6fd59ea sago007 2016-03-16 19:04 10
b6fd59ea sago007 2016-03-16 19:04 11
This program is distributed in the hope that it will be useful,
b6fd59ea sago007 2016-03-16 19:04 12
but WITHOUT ANY WARRANTY; without even the implied warranty of
b6fd59ea sago007 2016-03-16 19:04 13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
b6fd59ea sago007 2016-03-16 19:04 14
GNU General Public License for more details.
b6fd59ea sago007 2016-03-16 19:04 15
b6fd59ea sago007 2016-03-16 19:04 16
You should have received a copy of the GNU General Public License
b6fd59ea sago007 2016-03-16 19:04 17
along with this program.  If not, see http://www.gnu.org/licenses/
b6fd59ea sago007 2016-03-16 19:04 18
b6fd59ea sago007 2016-03-16 19:04 19
Source information and contacts persons can be found at
b6fd59ea sago007 2016-03-16 19:04 20
http://www.blockattack.net
b6fd59ea sago007 2016-03-16 19:04 21
===========================================================================
b6fd59ea sago007 2016-03-16 19:04 22
*/
b6fd59ea sago007 2016-03-16 19:04 23
b6fd59ea sago007 2016-03-16 19:04 24
#ifndef VERSION_NUMBER
69f67d5f sago007 2016-03-20 12:06 25
#define VERSION_NUMBER "2.0.0-SNAPSHOT-2016-03-20"
69f67d5f sago007 2016-03-20 12:06 26
#endif
1970-01-01 00:00 27