2009-11-27 18:25:50 +01:00
|
|
|
#ifndef VERSION
|
|
|
|
|
/*
|
2026-03-18 09:22:46 +01:00
|
|
|
* This file is generated from version_base.h.in by the build system
|
|
|
|
|
*
|
|
|
|
|
* WARNING! All changes made in this file will be lost when recompiling!
|
2009-11-27 18:25:50 +01:00
|
|
|
*/
|
2026-03-18 09:22:46 +01:00
|
|
|
#define VERSION_MAJOR @VERSION_MAJOR@
|
|
|
|
|
#define VERSION_MINOR @VERSION_MINOR@
|
2009-11-27 18:25:50 +01:00
|
|
|
|
2015-08-15 22:42:57 +02:00
|
|
|
/*
|
|
|
|
|
* This will be appended to the version. Use this to mark development
|
|
|
|
|
* versions and the like.
|
|
|
|
|
*/
|
2026-03-18 09:22:46 +01:00
|
|
|
# define VERSION_EXTRA "@VERSION_EXTRA@"
|
2009-11-27 18:25:50 +01:00
|
|
|
|
|
|
|
|
# define VERSION_STRINGIFY(x) #x
|
2015-08-15 22:42:57 +02:00
|
|
|
# define VERSION_STR(a,b,extra) VERSION_STRINGIFY(a.b) extra
|
2009-11-27 18:25:50 +01:00
|
|
|
|
|
|
|
|
#define VERSION VERSION_STR(VERSION_MAJOR,VERSION_MINOR,VERSION_EXTRA)
|
|
|
|
|
#endif
|