[gnote] bump version for new features. update NEWS



commit dfc0ffc5a39eacf649201d5929c9ab92efde275f
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri Apr 24 12:59:08 2009 -0400

    bump version for new features. update NEWS
---
 NEWS         |    4 ++--
 configure.ac |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index a0379fc..ebab568 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
+0.3.0 -
+
 New features:
 
   * Print addon.
   * Insert Time Stamp addon.
   * Implement addin preferences.
 
-0.2.1 -
-
 Fixes:
 
   * Should now build if Gtk+ 2.16 is present but not Gtkmm 2.16.
diff --git a/configure.ac b/configure.ac
index 8cefbce..7dba504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.2.1)
+AC_INIT(gnote, 0.3.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -13,8 +13,8 @@ AC_CONFIG_MACRO_DIR(m4)
 m4_pattern_allow([^BOOST_])
 
 MAJOR_VERSION=0
-MINOR_VERSION=2
-MICRO_VERSION=1
+MINOR_VERSION=3
+MICRO_VERSION=0
 
 GNOTE_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"
 AC_SUBST(GNOTE_VERSION)



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