summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-10-22 17:38:19 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2018-10-22 19:14:45 +0300
commitb25faf59f1bb782e95be94f70a98a369846d1524 (patch)
tree9ec4a59a1e9a51db05c5067d0e73eb7fd4537733
parent3555fa272966219b201e7c4461bf4fb7aeae2d50 (diff)
downloadlibsoup-b25faf59f1bb782e95be94f70a98a369846d1524.tar.gz
2.64.22.64.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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')