[libsoup/gnome-3-30] 2.64.2



commit b25faf59f1bb782e95be94f70a98a369846d1524
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Oct 22 17:38:19 2018 +0300

    2.64.2

 NEWS         | 5 +++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 72778164..4b7798e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 2.64.1 to 2.64.2:
+
+       * TLD tests updated (Claudio Saavedra)
+       * Updated translations: Serbian
+
 Changes in libsoup from 2.63.92 to 2.64.1:
 
        * Many fixes to the meson build system (which, by the way, is
diff --git a/configure.ac b/configure.ac
index 7b3784f6..e7ae2c48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [64])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 AC_PREREQ(2.63)
 
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
diff --git a/meson.build b/meson.build
index a8197d38..5a92cdab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.64.1',
+        version: '2.64.2',
         meson_version : '>=0.47',
         license : 'LGPL2',
         default_options : 'c_std=c89')


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