Prepare 3.15.3

This commit is contained in:
Michael Catanzaro 2014-12-16 19:11:38 -06:00
parent 5fae150e48
commit e3f3748a98
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -1,3 +1,11 @@
3.15.3 - December 16, 2014
==========================
* Regression: broken timer after Resign -> Keep Playing (Sahil Sareen)
* Regression: broken timer after Pause -> Unpause (Sahil Sareen)
* Miscellaneous code improvements (Iulian Radu, Sahil Sareen, et. al.)
* Updated translations
3.14.0 - September 21, 2014
===========================

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([GNOME Chess], [3.14.0], [https://bugzilla.gnome.org/],
AC_INIT([GNOME Chess], [3.15.3], [https://bugzilla.gnome.org/],
[gnome-chess], [https://wiki.gnome.org/Apps/Chess])
AC_CONFIG_MACRO_DIR([m4])