Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68e21856cf |
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.4)
|
||||
|
||||
# root CMakeLists for the SuperTuxKart project
|
||||
project(SuperTuxKart)
|
||||
set(PROJECT_VERSION "git")
|
||||
set(PROJECT_VERSION "1.1")
|
||||
add_definitions( -DSUPERTUXKART_VERSION="${PROJECT_VERSION}" )
|
||||
|
||||
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
|
||||
; Version information
|
||||
; TOOD get these from the source code directly
|
||||
!define VERSION_MAJOR 0
|
||||
!define VERSION_MINOR 10
|
||||
!define VERSION_MAJOR 1
|
||||
!define VERSION_MINOR 1
|
||||
!define VERSION_REVISION 0
|
||||
; Empty means stable, could be -git, -rc1
|
||||
!define VERSION_BUILD "-git"
|
||||
!define VERSION_BUILD ""
|
||||
|
||||
;Name and file
|
||||
!define APPNAME "SuperTuxKart"
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
|
||||
; Version information
|
||||
; TOOD get these from the source code directly
|
||||
!define VERSION_MAJOR 0
|
||||
!define VERSION_MINOR 10
|
||||
!define VERSION_MAJOR 1
|
||||
!define VERSION_MINOR 1
|
||||
!define VERSION_REVISION 0
|
||||
; Empty means stable, could be -git, -rc1
|
||||
!define VERSION_BUILD "-git"
|
||||
!define VERSION_BUILD ""
|
||||
|
||||
;Name and file
|
||||
!define APPNAME "SuperTuxKart"
|
||||
|
||||
Reference in New Issue
Block a user