Updated version number to 0.9.1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# root CMakeLists for the SuperTuxKart project
|
# root CMakeLists for the SuperTuxKart project
|
||||||
project(SuperTuxKart)
|
project(SuperTuxKart)
|
||||||
set(PROJECT_VERSION "0.9.1-rc1")
|
set(PROJECT_VERSION "0.9.1")
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.4)
|
cmake_minimum_required(VERSION 2.8.4)
|
||||||
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
|
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
|
||||||
|
|||||||
BIN
data/CREDITS
BIN
data/CREDITS
Binary file not shown.
@@ -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
|
// 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 bool IS_LITTLE_ENDIAN = (endianness_test_ptr[0] == 0);
|
||||||
|
|
||||||
const char STK_VERSION[] = "0.9.1-rc1";
|
const char STK_VERSION[] = "0.9.1";
|
||||||
|
|||||||
Reference in New Issue
Block a user