mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Version moved to 2.2.0
This commit is contained in:
parent
701082f012
commit
3083269f30
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
PROJECT( companion )
|
||||
|
||||
SET(C9X_VERSION_MAJOR "2")
|
||||
SET(C9X_VERSION_MINOR "1")
|
||||
SET(C9X_VERSION_REVISION "4")
|
||||
SET(C9X_VERSION_MINOR "2")
|
||||
SET(C9X_VERSION_REVISION "0")
|
||||
SET(C9X_VERSION_SUFFIX $ENV{OPENTX_VERSION_SUFFIX})
|
||||
|
||||
SET(C9X_VERSION ${C9X_VERSION_MAJOR}.${C9X_VERSION_MINOR}.${C9X_VERSION_REVISION}${C9X_VERSION_SUFFIX})
|
||||
|
|
|
@ -395,7 +395,7 @@ IMG2LBM = -$(PYTHON) ../util/img2lbm.py
|
|||
BIN2LBM = -$(PYTHON) ../util/bin2lbm.py
|
||||
FONT2PNG = -$(PYTHON) ../util/font2png.py
|
||||
TRANSLATE = -$(PYTHON) ../util/translate.py
|
||||
VERSION = 2.1.4$(OPENTX_VERSION_SUFFIX)
|
||||
VERSION = 2.2.0$(OPENTX_VERSION_SUFFIX)
|
||||
|
||||
THIRDPARTY = thirdparty
|
||||
COOSDIR = $(THIRDPARTY)/CoOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue