[libsoup/gnome-3-30] 2.64.1



commit d5b35ec84c80db74419fe369b893560ec3383235
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Sep 24 18:30:45 2018 +0300

    2.64.1

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 44987556..72778164 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.63.92 to 2.64.1:
+
+       * Many fixes to the meson build system (which, by the way, is
+         NOT official yet) (#13, Tomas Popela)
+       * Updated translations: Belarusian.
+
 Changes in libsoup from 2.63.92 to 2.64.0:
 
        * Many fixes to the meson build system [#7, #8, #9, #11, Tomas Popela]
diff --git a/configure.ac b/configure.ac
index 16168d39..7b3784f6 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], [0])
+m4_define([soup_micro_version], [1])
 
 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 9f603f19..a8197d38 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.64.0',
+        version: '2.64.1',
         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]