From 3d1ab44733bdcf844fef386205b1a3be186b3e1f Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 14 Jan 2013 17:03:53 -0800 Subject: [PATCH] Releasing 3.7.4 --- NEWS | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 20f2d52..4f45176 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ +gnome-chess 3.7.4 +================= + +* Prompt user for promotion type +* Fix invalid castle allowed when pawn threatens square + gnome-chess 3.7.2 -==================== +================= First release split from gnome-games diff --git a/configure.ac b/configure.ac index ccc8995..577f687 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(gnome-chess, 3.7.2) +AC_INIT(gnome-chess, 3.7.4) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE