[libgweather] Release 3.19.90



commit cbc948d5324175c9efcb8ef934f668a7698f2502
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Feb 15 12:17:54 2016 -0800

    Release 3.19.90
    
    I wasn't sure if I should have opened a new development cycle because
    not much has happened, but we bumped a dependency so let's go 3.19.

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8331851..986e932 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+===============
+Version 3.19.90
+===============
+
+* Build system updates
+* Fix build with Clang [Ting-Wei Lan, #760178]
+* libsoup dependency bumped to 2.44
+* Updated translations
+
 ==============
 Version 3.18.1
 ==============
diff --git a/configure.ac b/configure.ac
index f718910..a0864f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define(libgweather_major_version,   3)
 m4_define(libgweather_minor_version,  19)
-m4_define(libgweather_micro_version,  1)
+m4_define(libgweather_micro_version,  90)
 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:0:5
+LT_VERSION=11:1:5
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=3.13.5


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