mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 10:01:57 -05:00
98897e7f9d
The user guide is now installed with the product version in the name so serving the same file from the project web server will allow multiple manual versions to be easily supported. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5320 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
# This is an asciidoc configuraiton file which is processed by CMake
|
|
# as a configuration file to substitute variables
|
|
[attributes]
|
|
VERSION_MAJOR=@WSJTX_VERSION_MAJOR@
|
|
VERSION_MINOR=@WSJTX_VERSION_MINOR@
|
|
VERSION_PATCH=@WSJTX_VERSION_PATCH@
|
|
VERSION=@wsjtx_VERSION@
|