Skip to content

Commit

Permalink
Bump SDcard version
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc committed Oct 1, 2020
1 parent 641cbe9 commit 8a4af2a
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 @@ -6,7 +6,7 @@ set(VERSION_REVISION "10")
set(VERSION_SUFFIX $ENV{OPENTX_VERSION_SUFFIX})
set(VERSION_FAMILY ${VERSION_MAJOR}.${VERSION_MINOR})
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}${VERSION_SUFFIX})
set(SDCARD_REVISION "0032")
set(SDCARD_REVISION "0033")
set(SDCARD_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}V${SDCARD_REVISION})

cmake_minimum_required(VERSION 2.8)
Expand Down

0 comments on commit 8a4af2a

Please sign in to comment.