[libgweather] Release 3.24.0



commit e8c6435c7c36bea38acd79398a49a7e5ce03376a
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Mar 19 13:27:03 2017 -0700

    Release 3.24.0

 NEWS         |   11 +++++++++++
 configure.ac |    6 +++---
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]