post-1.4 version bump, trunk now open for changes
This commit is contained in:
parent
c9e248da21
commit
6a91dbc475
5 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
Post 1.4:
|
||||
* language and i18n:
|
||||
* updated translations: Japanese
|
||||
Version 1.5.0-svn:
|
||||
* language and i18n:
|
||||
* updated translations: French, Japanese
|
||||
|
||||
Version 1.4:
|
||||
* language and i18n:
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
#define PACKAGE_NAME "Battle for Wesnoth"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 1.4"
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 1.5.0-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.4"
|
||||
#define PACKAGE_VERSION "1.5.0-svn"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.4"
|
||||
#define VERSION "1.5.0-svn"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
define([WESNOTH_VERSION],[1.4])
|
||||
define([WESNOTH_VERSION],[1.5.0-svn])
|
||||
|
||||
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth])
|
||||
|
||||
|
|
|
@ -2,6 +2,10 @@ This is meant to be a concise list of player-visible changes (very minor
|
|||
changes may be omitted). For a complete list of changes, see the main
|
||||
changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
|
||||
|
||||
Version 1.5.0-svn:
|
||||
* language and i18n:
|
||||
* updated translations: French, Japanese.
|
||||
|
||||
Version 1.4:
|
||||
* Language and translations
|
||||
* Updated translations: Catalan, Chinese, Czech, Danish, Dutch, Esperanto,
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#else
|
||||
# define VERSION "1.4"
|
||||
# define VERSION "1.5.0-svn"
|
||||
# define PACKAGE "wesnoth"
|
||||
# ifndef LOCALEDIR
|
||||
# define LOCALEDIR "translations"
|
||||
|
|
Loading…
Add table
Reference in a new issue