mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
cb93d8f3d1
If built with qmake the version string will now be "Not for Release" since some many features essential to making a complete package are currently only build when using CMake. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4372 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
11 lines
266 B
CMake
11 lines
266 B
CMake
# Version number components
|
|
set (WSJTX_VERSION_MAJOR 1)
|
|
set (WSJTX_VERSION_MINOR 5)
|
|
set (WSJTX_VERSION_PATCH 0)
|
|
set (WSJTX_RC 1)
|
|
set (WSJTX_VERSION_IS_RELEASE 0)
|
|
|
|
set (CONFIG_TEST_VERSION_MAJOR 0)
|
|
set (CONFIG_TEST_VERSION_MINOR 2)
|
|
set (CONFIG_TEST_VERSION_PATCH 13)
|