Skip to content

Commit d9f7602

Browse files
author
hikerstk
committed
Updated version number to 0.7.1b and added ChangeLog.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/0.7.1@8399 178a84e3-b1eb-0310-8ba1-8eac791a3b58
1 parent 713fc68 commit d9f7602

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
SuperTuxkart 0.7.1b
2+
~~~~~~~~~~~~~~~~~~~
3+
* Fix circular dependency in challenges
4+
* Updated translations
5+
16
SuperTuxKart 0.7.1
27
~~~~~~~~~~~~~~~~~~
38
* Particle (smoke, splash, fire) and weather effects

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.7.1)
3+
AC_INIT(supertuxkart,0.7.1b)
44
AC_CONFIG_SRCDIR([src/main.cpp])
55

66
AC_PREREQ(2.61)

data/CREDITS

2 Bytes
Binary file not shown.

src/utils/constants.cpp

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

29-
const char* STK_VERSION = "0.7.1";
29+
const char* STK_VERSION = "0.7.1b";

0 commit comments

Comments
 (0)