mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
cde23141e2
Use the WSJTX_RC variable in Versions.cmake to label and identify program and packages. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4338 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 4)
|
|
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)
|