Prepared trunk for 0.8 development by bumping version numbers.

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@577 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2016-01-15 19:53:02 +00:00
parent 80e38aadc4
commit 13a776a6f9
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Extreme TuxRacer 0.7 alpha ($(var.Platform))" ?>
<?define ProductName = "Extreme TuxRacer 0.8 dev ($(var.Platform))" ?>
<?define ProductNameShort = "Extreme TuxRacer" ?>
<?define ProductVersion = "0.6.99.1" ?>
<?define ProductVersion = "0.7.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.61])
AC_INIT([etr], [0.6.99.1-alpha], [https://sourceforge.net/apps/phpbb/extremetuxracer])
AC_INIT([etr], [0.7.99], [https://sourceforge.net/apps/phpbb/extremetuxracer])
AC_CONFIG_SRCDIR([src/gui.cpp])
AC_CONFIG_HEADERS([etr_config.h])

View File

@ -1,5 +1,5 @@
*[offs] 0 [text] Extreme Tux Racer [font] 0 [size] 7 [col] 1
*[offs] 50 [text] Version 0.7 alpha [font] 0 [size] 3 [col] 0
*[offs] 50 [text] Version 0.8 dev [font] 0 [size] 3 [col] 0
*[offs] 40 [text] Release "Bunny Hill" [font] 0 [size] 4 [col] 1
*[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.7 alpha"
#define ETR_VERSION 0,6,99,1
#define ETR_VERSION_STRING "0.8 dev"
#define ETR_VERSION 0,7,99,0