[gnote] bump version to 0.5.0



commit 4f02d86323c91bce346c163d92093053649f2bc0
Author: Hubert Figuiere <hub figuiere net>
Date:   Wed May 27 18:36:26 2009 -0400

    bump version to 0.5.0
---
 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 36f9f8f..d560927 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.5.0 -
+
+Fixes:
+
   * Remove libxml++. (Closes #579292) Possibly closes bug #579316.
 
 0.4.0 - 2009/05/27
diff --git a/configure.ac b/configure.ac
index 615ccd9..1aadc32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.4.0)
+AC_INIT(gnote, 0.5.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -13,7 +13,7 @@ AC_CONFIG_MACRO_DIR(m4)
 m4_pattern_allow([^BOOST_])
 
 MAJOR_VERSION=0
-MINOR_VERSION=4
+MINOR_VERSION=5
 MICRO_VERSION=0
 
 GNOTE_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]