summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a61c64..a12c44b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
==============
+Version 3.13.1
+==============
+
+* Added support for a find_nearest_city() method that
+ takes a filter function [Saurabh_P, #726186]
+* Added support for reverse geocoding to find_nearest_city()
+ [Saurabh_P, #725842]
+* Build and warning fixes
+* Updated translations
+
+==============
Version 3.12.0
==============
diff --git a/configure.ac b/configure.ac
index 69d6ca9..6fc84a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=7:3:1
+LT_VERSION=8:0:2
AC_SUBST(LT_VERSION)
GTK_REQUIRED=2.90.0