[libsoup] 2.64.0



commit 956048a931593c1224ce713fd263abef4cc99bd8
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Sep 3 16:10:24 2018 +0300

    2.64.0

 NEWS         | 6 ++++++
 configure.ac | 4 ++--
 meson.build  | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5890660d..44987556 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.63.92 to 2.64.0:
+
+       * Many fixes to the meson build system [#7, #8, #9, #11, Tomas Popela]
+       * Updated translations: Brazilian Portuguese, Galician,
+          Hungarian, Latvian, Danish.
+
 Changes in libsoup from 2.63.91 to 2.63.92:
 
        * Make sure that XMLRPC tests build in Debian too [Claudio Saavedra]
diff --git a/configure.ac b/configure.ac
index ce4f814a..16168d39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [63])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [64])
+m4_define([soup_micro_version], [0])
 
 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 c85b53bb..6e5c4b39 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '2.63.92',
+        version: '2.64.0',
         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]