summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2017-06-04 21:09:16 -0700
committerGiovanni Campagna <gcampagna@src.gnome.org>2017-06-04 21:09:16 -0700
commit8384129dd52c6c399bd2eb031c44dc3d957e4ae4 (patch)
treeaff478e1a161dac4c58e8a5507be299cb9ba032a
parent5cd4fb5ad3344f8fe3c84b5c1872278bd7855ba7 (diff)
downloadlibgweather-8384129dd52c6c399bd2eb031c44dc3d957e4ae4.tar.gz
Release 3.24.13.24.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8c1a30f..ae87056 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.24.1
+==============
+
+* Memory management fixes [Florian Muellner, #780278; Andreas Brauchli, #782760]
+* Updated translations
+
+==============
Version 3.24.0
==============
diff --git a/configure.ac b/configure.ac
index 7d37327..02b54a9 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, 0)
+m4_define(libgweather_micro_version, 1)
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=12:0:6
+LT_VERSION=13:0:7
AC_SUBST(LT_VERSION)
GTK_REQUIRED=3.13.5