Updated version number to 0.9.1.

This commit is contained in:
hiker
2015-10-15 11:01:48 +11:00
parent 8323b302bc
commit ecf706cf8d
4 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# root CMakeLists for the SuperTuxKart project
project(SuperTuxKart)
set(PROJECT_VERSION "0.9.1-rc1")
set(PROJECT_VERSION "0.9.1")
cmake_minimum_required(VERSION 2.8.4)
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))

Binary file not shown.

View File

@@ -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.1-rc1";
const char STK_VERSION[] = "0.9.1";