summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2017-03-19 13:27:03 -0700
committerGiovanni Campagna <gcampagna@src.gnome.org>2017-03-19 13:30:10 -0700
commite8c6435c7c36bea38acd79398a49a7e5ce03376a (patch)
tree8bda2042498c960ce31a74b4caecc93fd3966521
parentd7ce2392eb4266710ee4cad3d3da68c17383955e (diff)
downloadlibgweather-3.24.0.tar.gz
Release 3.24.03.24.0
-rw-r--r--NEWS11
-rw-r--r--configure.ac6
2 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 128b2bd..8c1a30f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
==============
+Version 3.24.0
+==============
+
+* New API to find a country by code [#753332]
+* Location entry now respects country when choosing the closest
+ weather station [#753332]
+* Misc bug fixes [Will Thompson, #776170; #770979; Piotr Drag, #772758]
+* Location database updates and fixes [#775737; #776337; #770579]
+* Updated translations
+
+==============
Version 3.20.4
==============
diff --git a/configure.ac b/configure.ac
index 981123a..7d37327 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(libgweather_major_version, 3)
-m4_define(libgweather_minor_version, 23)
-m4_define(libgweather_micro_version, 1)
+m4_define(libgweather_minor_version, 24)
+m4_define(libgweather_micro_version, 0)
m4_define(libgweather_version, libgweather_major_version.libgweather_minor_version.libgweather_micro_version)
AC_INIT([libgweather],
@@ -37,7 +37,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=11:1:5
+LT_VERSION=12:0:6
AC_SUBST(LT_VERSION)
GTK_REQUIRED=3.13.5