summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2015-03-16 16:14:30 -0700
committerGiovanni Campagna <gcampagna@src.gnome.org>2015-03-16 16:14:30 -0700
commit68e00d83d79c3bf9247febdc7302fdcdc1263ab4 (patch)
treee9d548fa50ac2610dd2680c0451e6808bb9b150e
parent5f393d01de994a5165fa74e6d3e3625b5a5641a9 (diff)
downloadlibgweather-3.15.92.tar.gz
Release 3.15.923.15.92
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d6a7d01..8664094 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
===============
+Version 3.15.92
+===============
+
+* Improved integration with geocode-glib (which avoids showing the
+ country name twice now)
+* Misc bug fixes
+* Updated translations
+
+===============
Version 3.15.91
===============
diff --git a/configure.ac b/configure.ac
index 91e82b3..e4fa505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(libgweather_major_version, 3)
m4_define(libgweather_minor_version, 15)
-m4_define(libgweather_micro_version, 91)
+m4_define(libgweather_micro_version, 92)
m4_define(libgweather_version, libgweather_major_version.libgweather_minor_version.libgweather_micro_version)
AC_INIT([libgweather],
@@ -36,7 +36,7 @@ AC_SUBST(LIBGWEATHER_VERSION)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=10:0:4
+LT_VERSION=10:1:4
AC_SUBST(LT_VERSION)
GTK_REQUIRED=3.13.5