mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-10-20 15:40:24 -04:00
8 lines
316 B
Plaintext
8 lines
316 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_MAJOR@.@WSJTX_VERSION_MINOR@.@WSJTX_VERSION_PATCH@
|