Bump version to 1.1.12+svn

This commit is contained in:
Isaac Clerencia Perez 2006-11-12 19:10:18 +00:00
parent b163cbbdcd
commit 6a8cbfba58
3 changed files with 5 additions and 5 deletions

View file

@ -9,16 +9,16 @@
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Battle for Wesnoth 1.1.12"
#define PACKAGE_STRING "Battle for Wesnoth 1.1.12+svn"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wesnoth"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.1.12"
#define PACKAGE_VERSION "1.1.12+svn"
/* Version number of package */
#define VERSION "1.1.12"
#define VERSION "1.1.12+svn"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"

View file

@ -6,7 +6,7 @@
AC_PREREQ([2.57])
define([WESNOTH_VERSION],[1.1.12])
define([WESNOTH_VERSION],[1.1.12+svn])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])

View file

@ -4,7 +4,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "1.1.12"
# define VERSION "1.1.12+svn"
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR