2006-05-29 05:14:04 -04:00
|
|
|
/* Version number of package */
|
2006-05-30 09:14:43 -04:00
|
|
|
#define VERSION_MAJOR 1
|
|
|
|
#define VERSION_MID 0
|
2006-05-29 05:14:04 -04:00
|
|
|
#define VERSION_MINOR 0
|
|
|
|
#define VERSION_BUILD $WCREV$
|
|
|
|
|
|
|
|
#define VERSION_LOCAL "$WCMODS? (LOCAL):$"
|
|
|
|
#define BUILD_DATE "$WCNOW$"
|
|
|
|
#define REPO_DATE "$WCDATE$"
|
|
|
|
|
|
|
|
#define VERSION_STRIZE2(x) #x
|
|
|
|
#define VERSION_STRIZE(x) VERSION_STRIZE2(x)
|
2006-05-30 09:14:43 -04:00
|
|
|
#define VERSION_STRING VERSION_STRIZE(VERSION_MAJOR) "." VERSION_STRIZE(VERSION_MID) " svn-" VERSION_STRIZE(VERSION_BUILD) VERSION_LOCAL
|