From 82da86304e2232a662c9ae01ee2b30c638b6e8c7 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 17 Apr 2012 15:27:20 +1000 Subject: [PATCH] Bump version number --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9cd9cec1..9ff8207f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Overview of changes in gcalctool 6.4.1.1 * Remove duplicate legal.xml in help/Makefile.am + * Fix version not set for 6.4.1 in configure.ac Overview of changes in gcalctool 6.4.1 diff --git a/configure.ac b/configure.ac index 104e30ac..ca83f9af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.ac) -AM_INIT_AUTOMAKE(gcalctool, 6.4.0) +AM_INIT_AUTOMAKE(gcalctool, 6.4.1.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE GNOME_MAINTAINER_MODE_DEFINES -- 2.11.4.GIT