Skip to content

Commit edde451

Browse files
committed
Update version number
1 parent 851bd36 commit edde451

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# root CMakeLists for the SuperTuxKart project
22
project(SuperTuxKart)
3-
set(PROJECT_VERSION "0.9.2-rc1")
3+
set(PROJECT_VERSION "0.9.2")
44

55
cmake_minimum_required(VERSION 2.8.4)
66
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))

data/CREDITS

-8 Bytes
Binary file not shown.

data/supertuxkart.0.9.2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
supertuxkart.0.9.2

data/supertuxkart.0.9.2-rc1

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/utils/constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ static const char* endianness_test_ptr = (const char*)&endianness_test;
2929
// in little-endian, byte 0 will be 0. in big endian, byte 0 will be 1
3030
const bool IS_LITTLE_ENDIAN = (endianness_test_ptr[0] == 0);
3131

32-
const char STK_VERSION[] = "0.9.2-rc1";
32+
const char STK_VERSION[] = "0.9.2";

0 commit comments

Comments
 (0)