fix link errors on compilers with strict "extern" enforcement
[rofl0r-openbor.git] / version.h
blob8f3cefcbdbda821a3919c9d8ad41e191b2833d04
1 /*
2 * OpenBOR - http://www.LavaLit.com
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in OpenBOR root for details.
6 * Copyright (c) 2004 - 2011 OpenBOR Team
7 */
9 #ifndef VERSION_H
10 #define VERSION_H
12 #define VERSION_NAME "OpenBOR"
13 #define VERSION_MAJOR "3"
14 #define VERSION_MINOR "0"
15 #define VERSION_BUILD "3016"
16 #define VERSION ("v"VERSION_MAJOR"."VERSION_MINOR" Build "VERSION_BUILD)
18 #endif