[libgweather] Release 3.25.91



commit 2c24c732b0c7bdb95d7059b74e3892e8a96f5ce4
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Aug 20 15:33:13 2017 +0200

    Release 3.25.91
    
    New API -> new dev cycle targetting 3.26.0

 NEWS         |   10 ++++++++++
 configure.ac |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index ae87056..7af66ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+===============
+Version 3.25.91
+===============
+
+* New API to show uncapitalized weather [Florian Muellner, #779872]
+* Memory management fixes [Florian Muellner, #781828]
+* User visible string fixes [#785274]
+* Location database updates and fixes [Piotr Drag, #780244]
+* Updated translations
+
 ==============
 Version 3.24.1
 ==============
diff --git a/configure.ac b/configure.ac
index 02b54a9..61177b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define(libgweather_major_version,   3)
-m4_define(libgweather_minor_version,  24)
-m4_define(libgweather_micro_version,  1)
+m4_define(libgweather_minor_version,  25)
+m4_define(libgweather_micro_version,  91)
 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=13:0:7
+LT_VERSION=14:0:8
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=3.13.5


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