mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-11 02:26:19 -04:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1913 0778d3d1-df1d-0410-868b-ea421aaaa00d
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@"
|
|
|