summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-03-07 18:07:21 +0000
committerJavier Jardón <jjardon@gnome.org>2012-03-07 18:08:29 +0000
commit30885e0a5c18ab51b15d97f3a80fcdc730d7e507 (patch)
treec9ae8b6069292adaf21bb5e8609752b7a6bce611
parent2ff980b327b2f53003d2a8f9863170210a9a55f9 (diff)
downloadlibgweather-30885e0a5c18ab51b15d97f3a80fcdc730d7e507.tar.gz
release: 3.4.03.4.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7f88bae..2748afa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
=============
+Version 3.4.0
+=============
+
+ Misc
+
+ * Move API documentation to inline comments (Javier)
+ * Improve autotools configuration a bit (Javier, Vincent)
+
+ Translators
+
+ * Ahmed Noor Kader Mustajir Md Eusoff (ms)
+ * Jovan Naumovski (mk)
+ * Arash Mousavi (fa)
+ * Kjartan Maraas (nb)
+
+=============
Version 3.2.1
=============
diff --git a/configure.ac b/configure.ac
index ebcbfd1..e30fe5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgweather], [3.2.2],
+AC_INIT([libgweather], [3.4.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libgweather])
AC_PREREQ(2.62)
@@ -17,7 +17,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=0:4:0
+LT_VERSION=0:5:0
AC_SUBST(LT_VERSION)
AC_CANONICAL_HOST