Bumped version number to start 0.9 development

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@727 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2020-03-05 15:54:10 +00:00
parent 3ea7ad4ae4
commit 9db40defd1
5 changed files with 13 additions and 6 deletions

7
NEWS
View File

@ -2,6 +2,13 @@
NEWS for Extreme Tux Racer
===============================================================================
Version 0.9 ??th of ???, 20??
-------------------------------------------------------------------------------
Besides several small improvements and bugfixes, the new Extreme Tux Racer
version 0.9 features the following changes:
Version 0.8 ??th of ???, 20??
-------------------------------------------------------------------------------

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Extreme TuxRacer 0.8 dev ($(var.Platform))" ?>
<?define ProductName = "Extreme TuxRacer 0.9 dev ($(var.Platform))" ?>
<?define ProductNameShort = "Extreme TuxRacer" ?>
<?define ProductVersion = "0.7.99.0" ?>
<?define ProductVersion = "0.8.99.0" ?>
<?define ProductManufacturer = "The ExtremeTuxRacer team" ?>
<?define ProductDescription = "High speed arctic racing game" ?>

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Extreme Tux Racer], [0.7.99], [https://sourceforge.net/projects/extremetuxracer],
AC_INIT([Extreme Tux Racer], [0.8.99], [https://sourceforge.net/projects/extremetuxracer],
[etr], [https://sourceforge.net/projects/extremetuxracer])
AC_CONFIG_SRCDIR([src/gui.cpp])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -1,5 +1,5 @@
*[offs] 0 [text] Extreme Tux Racer [font] 0 [size] 7 [col] 1
*[offs] 50 [text] Version 0.8 dev [font] 0 [size] 3 [col] 0
*[offs] 50 [text] Version 0.9 dev [font] 0 [size] 3 [col] 0
*[offs] 40 [text] Some courses may have been modified from their [font] 0 [size] 2 [col] 0
*[offs] 20 [text] original versions to fit the requirements of the game. [font] 0 [size] 2 [col] 0

View File

@ -1,2 +1,2 @@
#define ETR_VERSION_STRING "0.8 dev"
#define ETR_VERSION 0,7,99,0
#define ETR_VERSION_STRING "0.9 dev"
#define ETR_VERSION 0,8,99,0