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
This commit is contained in:
Tobias Doerffel
2008-12-14 00:54:50 +00:00
parent 5cd89eafec
commit b25f6f3911
7 changed files with 23 additions and 6 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@"