1 Commits
1.2 ... 1.1

Author SHA1 Message Date
Benau
68e21856cf Create final 1.1 branch 2020-01-04 02:47:06 +08:00
4 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.4)
# root CMakeLists for the SuperTuxKart project # root CMakeLists for the SuperTuxKart project
project(SuperTuxKart) project(SuperTuxKart)
set(PROJECT_VERSION "git") set(PROJECT_VERSION "1.1")
add_definitions( -DSUPERTUXKART_VERSION="${PROJECT_VERSION}" ) add_definitions( -DSUPERTUXKART_VERSION="${PROJECT_VERSION}" )
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3)) if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))

View File

@@ -29,11 +29,11 @@
; Version information ; Version information
; TOOD get these from the source code directly ; TOOD get these from the source code directly
!define VERSION_MAJOR 0 !define VERSION_MAJOR 1
!define VERSION_MINOR 10 !define VERSION_MINOR 1
!define VERSION_REVISION 0 !define VERSION_REVISION 0
; Empty means stable, could be -git, -rc1 ; Empty means stable, could be -git, -rc1
!define VERSION_BUILD "-git" !define VERSION_BUILD ""
;Name and file ;Name and file
!define APPNAME "SuperTuxKart" !define APPNAME "SuperTuxKart"

View File

@@ -29,11 +29,11 @@
; Version information ; Version information
; TOOD get these from the source code directly ; TOOD get these from the source code directly
!define VERSION_MAJOR 0 !define VERSION_MAJOR 1
!define VERSION_MINOR 10 !define VERSION_MINOR 1
!define VERSION_REVISION 0 !define VERSION_REVISION 0
; Empty means stable, could be -git, -rc1 ; Empty means stable, could be -git, -rc1
!define VERSION_BUILD "-git" !define VERSION_BUILD ""
;Name and file ;Name and file
!define APPNAME "SuperTuxKart" !define APPNAME "SuperTuxKart"