Skip to content

Commit e8e494b

Browse files
author
hikerstk
committed
Updated version number to 0.8.1.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/0.8.1@14572 178a84e3-b1eb-0310-8ba1-8eac791a3b58
1 parent 2a39789 commit e8e494b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.8.1-rc1")
3+
set(PROJECT_VERSION "0.8.1")
44

55
cmake_minimum_required(VERSION 2.8.1)
66
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SuperTuxkart 0.8.1
2-
~~~~~~~~~~~~~~~
2+
~~~~~~~~~~~~~~~~~~
33
* New track STK Enterprise
44
* Updated track The old mines
55
* Updated Lighthouse track

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Process this file with autogen.sh to produce a configure script.
22

3-
AC_INIT(supertuxkart,0.8.1-rc1)
3+
AC_INIT(supertuxkart,0.8.1)
44
AC_CONFIG_SRCDIR([src/main.cpp])
55

66
AC_PREREQ(2.61)

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.8.1-rc1";
32+
const char STK_VERSION[] = "0.8.1";

0 commit comments

Comments
 (0)