Skip to content

Commit

Permalink
post 2.2.2 (main CmakeLists was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrah committed Aug 28, 2018
1 parent 9526f73 commit 229df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ project(OpenTX)

set(VERSION_MAJOR "2")
set(VERSION_MINOR "2")
set(VERSION_REVISION "2")
set(VERSION_REVISION "3")
set(VERSION_SUFFIX $ENV{OPENTX_VERSION_SUFFIX})
set(VERSION_FAMILY ${VERSION_MAJOR}.${VERSION_MINOR})
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}${VERSION_SUFFIX})
Expand Down

0 comments on commit 229df0f

Please sign in to comment.