Skip to content

Commit

Permalink
Emergency release step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored Nov 16, 2019
1 parent 2e705c5 commit a97962c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(OpenTX)

set(VERSION_MAJOR "2")
set(VERSION_MINOR "3")
set(VERSION_REVISION "1")
set(VERSION_REVISION "2")
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 a97962c

Please sign in to comment.