Merge branch '0.9-rc1' of https://github.com/supertuxkart/stk-code into 0.9-rc1
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# root CMakeLists for the SuperTuxKart project
|
||||
project(SuperTuxKart)
|
||||
set(PROJECT_VERSION "0.8.1")
|
||||
set(PROJECT_VERSION "0.9-rc1")
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.4)
|
||||
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
|
||||
|
||||
Binary file not shown.
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.8.1</string>
|
||||
<string>0.9-rc1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>SPTK</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.8.1</string>
|
||||
<string>0.9-rc1</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -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[] = "git";
|
||||
const char STK_VERSION[] = "0.9-rc1";
|
||||
|
||||
Reference in New Issue
Block a user