post release version bump to 1.10.0+svn

(yes, currently trunk is identical to what will be the 1.10 branch!)
This commit is contained in:
Nils Kneuper 2012-01-22 19:20:53 +00:00
parent 928aef01a9
commit b123c3b184
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 1.10.0+svn:
* Language and i18n:
* Updated translations:
Version 1.10.0:
* Campaigns:
* Legend of Wesmere:

View file

@ -2,6 +2,11 @@ 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.10.0+svn:
* Language and i18n:
* Updated translations:
Version 1.10.0:
* Campaigns:
* Legend of Wesmere:

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.10.0"
#define VERSION "1.10.0+svn"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif