summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-02-02 02:03:26 +0100
committerVincent Untz <vuntz@gnome.org>2011-02-02 02:03:26 +0100
commitb83b7700665d207a6bff89f73a9975fc456f0b1d (patch)
tree9137a64cc5b9c0825a51ccae08ac868263ee6862
parent978f6325f14a8c9235a9533d1358163f9a0a92c7 (diff)
downloadlibgweather-2.91.6.tar.gz
release: 2.91.62.91.6
-rw-r--r--NEWS17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf1ff77..48ddc18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Version 2.91.6
+==============
+
+ libgweather
+
+ * Fix linking with gcc-4.5 (Martin Pitt)
+
+ Translators
+
+ * Joan Duran (ca@valencia)
+ * Mattias Põldaru (et)
+ * Mahyar Moghimi (fa)
+ * Fran Diéguez (gl)
+ * Changwoo Ryu (ko)
+ * Gheyret Kenji (ug)
+
+==============
Version 2.91.0
==============
diff --git a/configure.ac b/configure.ac
index 4ae2b5e..c3c0151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.91.1])
+AC_INIT([libgweather],[2.91.6])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
@@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
# 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:0:0
+LT_VERSION=0:1:0
AC_SUBST(LT_VERSION)
AC_CANONICAL_HOST