mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-02 02:33:25 -05:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1913 0778d3d1-df1d-0410-868b-ea421aaaa00d
(cherry picked from commit b25f6f3911)
7 lines
210 B
C
7 lines
210 B
C
#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@"
|
|
|