mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 22:40:17 -05:00
Merge from dev-FireflyShell branch
This commit is contained in:
13
win32/FireflyShell/version.h.templ
Normal file
13
win32/FireflyShell/version.h.templ
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Version number of package */
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MID 1
|
||||
#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)
|
||||
#define VERSION_STRING VERSION_STRIZE(VERSION_MAJOR) "." VERSION_STRIZE(VERSION_MID) "-svn" VERSION_STRIZE(VERSION_BUILD) VERSION_LOCAL
|
||||
Reference in New Issue
Block a user