mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
1.99.4 preparation
This commit is contained in:
parent
25effb4652
commit
cdfeebf494
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ PROJECT( companion )
|
||||||
|
|
||||||
SET( C9X_VERSION_MAJOR "1" )
|
SET( C9X_VERSION_MAJOR "1" )
|
||||||
SET( C9X_VERSION_MINOR "99" )
|
SET( C9X_VERSION_MINOR "99" )
|
||||||
SET( C9X_VERSION_REVISION "3" )
|
SET( C9X_VERSION_REVISION "4" )
|
||||||
SET( C9X_VERSION ${C9X_VERSION_MAJOR}.${C9X_VERSION_MINOR}.${C9X_VERSION_REVISION} )
|
SET( C9X_VERSION ${C9X_VERSION_MAJOR}.${C9X_VERSION_MINOR}.${C9X_VERSION_REVISION} )
|
||||||
|
|
||||||
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
|
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
|
||||||
|
|
|
@ -279,7 +279,7 @@ SHELL = sh
|
||||||
IMG2LBM = -python ../util/img2lbm.py
|
IMG2LBM = -python ../util/img2lbm.py
|
||||||
BIN2LBM = -python ../util/bin2lbm.py
|
BIN2LBM = -python ../util/bin2lbm.py
|
||||||
TRANSLATE = -python ../util/translate.py
|
TRANSLATE = -python ../util/translate.py
|
||||||
VERSION = 1.99.3
|
VERSION = 1.99.4
|
||||||
|
|
||||||
SRC =
|
SRC =
|
||||||
CPPSRC =
|
CPPSRC =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue