[gnote] Bump to 0.4.0



commit 3f359c07a90235fc070942e25b289b84c30c04cd
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri May 8 19:59:33 2009 -0400

    Bump to 0.4.0
---
 NEWS         |    8 +++++---
 configure.ac |    6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 7828891..374f902 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-  * Handle command line argument --version and --search
+0.4.0 -
 
-0.3.2 -
+New features:
+
+  * Handle command line argument --version and --search
 
 Fixes:
 
@@ -11,7 +13,6 @@ Fixes:
   * Fix build with LDFLAGS="-Wl,--as-needed" (Closes #581559)
     (Priit Laes)
   * '-' in note title was mistakenly doubled in the menu. (Closes #581643)
-  
 
 Translations:
 
@@ -19,6 +20,7 @@ Translations:
     - Arabic (ar)
     - German (de)
     - Japanese (ja)
+    - Spanish (es)
     
 0.3.1 "Five-One-Four" - 2009/05/05
 
diff --git a/configure.ac b/configure.ac
index a743d8d..449c497 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnote, 0.3.2)
+AC_INIT(gnote, 0.4.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=3
-MICRO_VERSION=2
+MINOR_VERSION=4
+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]