Remove 1.1.7+svn changes from trunk's changelog,
...they will be added once 1.2 is out. Bumped version to 1.3-svn
This commit is contained in:
parent
899c75ddb7
commit
a7b36053d1
4 changed files with 6 additions and 34 deletions
30
changelog
30
changelog
|
@ -1,32 +1,4 @@
|
|||
Version 1.1.7+SVN:
|
||||
* campaigns
|
||||
* The South Guard :
|
||||
* fixed a few broken image paths
|
||||
* scenario 2 :
|
||||
* made the enemy leader passive, so he won't charge fishes
|
||||
* moved away a footpad so he won't steal the keep at turn #1
|
||||
* Heir to the Throne
|
||||
* fixed fire sword that can't be picked up (#6234)
|
||||
* increased income for Snow Plains enemy
|
||||
* Home of the North Elves: only need to resist one turn, not all turns
|
||||
* Under the Burning Suns:
|
||||
* scenario 3: Undead leaders can't move on "very hard" difficulty
|
||||
* The Rise of Wesnoth
|
||||
* fixed several more portrait issues
|
||||
* standardized "speaker" usage in messages
|
||||
* language and i18n:
|
||||
* updated translations: British English, Catalan, Czech, Dutch,
|
||||
Finnish, French, German, Italian, Latin, Norwegian, Polish, Portuguese
|
||||
(Brazil), Slovak, Swedish
|
||||
* updated man pages: Swedish
|
||||
* updated manual: Italian
|
||||
* multiplayer maps:
|
||||
* revised multiplayer maps: Caves fo the Basilisk, Charge, Hamlets,
|
||||
Silverhead Crossing, 4p Moritori, Merkwuerdigliebe
|
||||
* music & sound
|
||||
* new or improved sounds: elf hit, yeti hit & die, magic missiles
|
||||
* engine changes
|
||||
* added healing animations
|
||||
Version 1.3-svn:
|
||||
|
||||
Version 1.1.7:
|
||||
* campaigns
|
||||
|
|
|
@ -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.7+svn"
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 1.3-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.7+svn"
|
||||
#define PACKAGE_VERSION "1.3-svn"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.1.7+svn"
|
||||
#define VERSION "1.3-svn"
|
||||
|
||||
/* The default server for this version */
|
||||
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14998"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
define([WESNOTH_VERSION],[1.1.7+svn])
|
||||
define([WESNOTH_VERSION],[1.3-svn])
|
||||
|
||||
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
|
||||
define([DEFAULT_SERVER],[devsrv.wesnoth.org:14998])
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#else
|
||||
# define VERSION "1.1.7+svn"
|
||||
# define VERSION "1.3-svn"
|
||||
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14998"
|
||||
# define PACKAGE "wesnoth"
|
||||
# ifndef LOCALEDIR
|
||||
|
|
Loading…
Add table
Reference in a new issue