From df8a6f5338e0e2cc8b4b85b80f1f3705450fb0cd Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Mon, 2 Nov 2009 18:13:43 +0100 Subject: [PATCH] Updating the changelog in the VERSION file, and version_sync. --- VERSION | 11 ++++++++++- configure.ac | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f0ff0cd9..39908d22 100644 --- a/VERSION +++ b/VERSION @@ -1,9 +1,18 @@ -0.5.1.1 +0.5.1.2 The first line of this file shall be the last tagged version string. The version history may be filled in at any time, but when a version is tagged, the current date shall be added on the first line of the release notes for the version being tagged. Version history =================== +====( 0.5.1.2 )==== +2009-11-02 + +This is a bugfix release. + +Bugfix: +- The man page silently failed to build, and an empty man page was installed. + + ====( 0.5.1.1 )==== 2009-08-22 diff --git a/configure.ac b/configure.ac index 350243f6..47db5d46 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(Shapes, 0.5.1.1, tidefelt@isy.liu.se) +AC_INIT(Shapes, 0.5.1.2, tidefelt@isy.liu.se) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT