mirror of
https://github.com/opentx/opentx.git
synced 2025-07-12 19:10:19 +03:00
Version prep
This commit is contained in:
parent
2fd12eb75e
commit
cc051ca8a3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project(OpenTX)
|
|||
|
||||
set(VERSION_MAJOR "2")
|
||||
set(VERSION_MINOR "3")
|
||||
set(VERSION_REVISION "0")
|
||||
set(VERSION_REVISION "1")
|
||||
set(VERSION_SUFFIX $ENV{OPENTX_VERSION_SUFFIX})
|
||||
set(VERSION_FAMILY ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}${VERSION_SUFFIX})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue