set version to 0.6.99.1 (0.7 RC1)
This commit is contained in:
parent
0d7d174c5e
commit
8f6a934bbd
7 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.9 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
|
@ -542,7 +542,7 @@ install-am: all-am
|
|||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
|
|
@ -11,7 +11,7 @@ AC_REVISION($Version: 0.13$)
|
|||
PACKAGE=wesnoth
|
||||
MAJOR_VERSION="0"
|
||||
MINOR_VERSION="6"
|
||||
MICRO_VERSION="2-CVS"
|
||||
MICRO_VERSION="99.1"
|
||||
|
||||
if test "x$MICRO_VERSION" = "x"; then
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.9 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
|
@ -339,7 +339,7 @@ install-am: all-am
|
|||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.9 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
|
@ -935,7 +935,7 @@ install-am: all-am
|
|||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
|
|
@ -24,7 +24,7 @@ namespace game_config
|
|||
int curer_heals_per_turn = 18;
|
||||
int recall_cost = 20;
|
||||
int kill_experience = 8;
|
||||
const std::string version = "0.6.2-CVS";
|
||||
const std::string version = "0.6.99.1";
|
||||
bool debug = false;
|
||||
|
||||
std::string game_icon, game_title, title_music;
|
||||
|
|
|
@ -67,9 +67,9 @@ FONT_FILES = @FONT_FILES@
|
|||
GNOME1_DESKTOP = @GNOME1_DESKTOP@
|
||||
GNOME1_FALSE = @GNOME1_FALSE@
|
||||
GNOME1_TRUE = @GNOME1_TRUE@
|
||||
GNOME2_FALSE = @GNOME2_FALSE@
|
||||
GNOME2_TRUE = @GNOME2_TRUE@
|
||||
GNOME_CONFIG = @GNOME_CONFIG@
|
||||
ICONS_FALSE = @ICONS_FALSE@
|
||||
ICONS_TRUE = @ICONS_TRUE@
|
||||
IMAGE_FILES = @IMAGE_FILES@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
|
|
|
@ -67,9 +67,9 @@ FONT_FILES = @FONT_FILES@
|
|||
GNOME1_DESKTOP = @GNOME1_DESKTOP@
|
||||
GNOME1_FALSE = @GNOME1_FALSE@
|
||||
GNOME1_TRUE = @GNOME1_TRUE@
|
||||
GNOME2_FALSE = @GNOME2_FALSE@
|
||||
GNOME2_TRUE = @GNOME2_TRUE@
|
||||
GNOME_CONFIG = @GNOME_CONFIG@
|
||||
ICONS_FALSE = @ICONS_FALSE@
|
||||
ICONS_TRUE = @ICONS_TRUE@
|
||||
IMAGE_FILES = @IMAGE_FILES@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
|
|
Loading…
Add table
Reference in a new issue