[gnote] Bump to 0.7.0



commit 13f7f7a655a0cfad2b7bc54d7a4534568c4f8611
Author: Debarshi Ray <debarshir src gnome org>
Date:   Mon Nov 30 11:47:47 2009 +0200

    Bump to 0.7.0
    
    From now onwards We will be using post-release version incrementing.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 943a610..88bb195 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.6.3)
+AC_INIT(gnote, 0.7.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=6
-MICRO_VERSION=3
+MINOR_VERSION=7
+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]