moved version information into separate header file to avoid the necessity of a complete recompile each time SVN revision changes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1913 0778d3d1-df1d-0410-868b-ea421aaaa00d
(cherry picked from commit b25f6f3911)
This commit is contained in:
Tobias Doerffel
2008-12-14 00:54:50 +00:00
parent ea4f034fa8
commit 610f01b0f9
7 changed files with 16 additions and 8 deletions

6
lmmsversion.h.in Normal file
View File

@@ -0,0 +1,6 @@
#define LMMS_VERSION_MAJOR @VERSION_MAJOR@
#define LMMS_VERSION_MINOR @VERSION_MINOR@
#define LMMS_VERSION_PATCH @VERSION_PATCH@
#define LMMS_VERSION_SUFFIX "@VERSION_SUFFIX@"
#define LMMS_VERSION "@VERSION@"