Prepare 3.11.1

This commit is contained in:
Michael Catanzaro 2013-10-27 21:50:59 -05:00
parent 82f3254f24
commit 2668f6f14e
2 changed files with 12 additions and 1 deletions

11
NEWS
View file

@ -1,3 +1,14 @@
3.11.1 - October 27, 2013
=========================
* Fix "Oh no! Something has gone wrong!" displaying at the end of the game
* Fix deletion of PGNs that are loaded with Open Game
* Appdata is now translatable
* Eliminate deprecated function usage
* Updated translations
Contributors: Robert Ancell, Michael Catanzaro
3.10.0 - September 22, 2013
===========================

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([gnome-chess],[3.10.0])
AC_INIT([gnome-chess],[3.11.1])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
AC_CONFIG_SRCDIR([src/gnome-chess.vala])
AM_SILENT_RULES([yes])