Skip to content

Commit

Permalink
Create final 1.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Jan 3, 2020
1 parent c8d0361 commit 68e2185
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions tools/windows_installer/supertuxkart-64bit-mingw.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions tools/windows_installer/supertuxkart-mingw.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 68e2185

Please sign in to comment.