mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-30 20:52:28 -04:00
------------------------------------------------------------------------ r8179 | k1jt | 2017-10-23 14:41:11 +0100 (Mon, 23 Oct 2017) | 2 lines Clarify some User Guide text about AP decoding. ------------------------------------------------------------------------ r8181 | k1jt | 2017-10-23 19:59:42 +0100 (Mon, 23 Oct 2017) | 2 lines Clarify some wording of command-line startup options for wsjtx. ------------------------------------------------------------------------ r8183 | k1jt | 2017-10-24 18:47:05 +0100 (Tue, 24 Oct 2017) | 2 lines Improve User Guide text on AP decoding. ------------------------------------------------------------------------ r8184 | k1jt | 2017-10-25 21:20:39 +0100 (Wed, 25 Oct 2017) | 2 lines Make the "Controls" label slightly wider. ------------------------------------------------------------------------ r8185 | k1jt | 2017-10-25 21:21:48 +0100 (Wed, 25 Oct 2017) | 2 lines Add a tip. ------------------------------------------------------------------------ r8186 | bsomervi | 2017-10-27 13:38:25 +0100 (Fri, 27 Oct 2017) | 5 lines Add a contextual pop up menu to the wide graph Initial button added is to set both Tx and Rx offset. Tidied up encapsulation issue in CPlotter class. ------------------------------------------------------------------------ Bumped RC number. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8187 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
7 lines
272 B
CMake
7 lines
272 B
CMake
# Version number components
|
|
set (WSJTX_VERSION_MAJOR 1)
|
|
set (WSJTX_VERSION_MINOR 8)
|
|
set (WSJTX_VERSION_PATCH 0)
|
|
set (WSJTX_RC 4) # release candidate number, comment out or zero for development versions
|
|
set (WSJTX_VERSION_IS_RELEASE 0) # set to 1 for final release build
|