Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
auriamg committed Apr 16, 2015
1 parent f12ed32 commit 97b69f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
# root CMakeLists for the SuperTuxKart project
project(SuperTuxKart)
set(PROJECT_VERSION "0.9-rc1")
set(PROJECT_VERSION "0.9")

cmake_minimum_required(VERSION 2.8.4)
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
Expand Down
4 changes: 2 additions & 2 deletions data/SuperTuxKart-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9-rc1</string>
<string>0.9</string>
<key>CFBundleSignature</key>
<string>SPTK</string>
<key>CFBundleVersion</key>
<string>0.9-rc1</string>
<string>0.9</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.cpp
Expand Up @@ -29,4 +29,4 @@ static const char* endianness_test_ptr = (const char*)&endianness_test;
// in little-endian, byte 0 will be 0. in big endian, byte 0 will be 1
const bool IS_LITTLE_ENDIAN = (endianness_test_ptr[0] == 0);

const char STK_VERSION[] = "0.9-rc1";
const char STK_VERSION[] = "0.9";

0 comments on commit 97b69f2

Please sign in to comment.