[folks] Release version 1.13.1



commit 9edee2d746c7b0d5a3a9d32a00ff041309f9206f
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jun 20 20:58:53 2019 -0500

    Release version 1.13.1

 NEWS        | 10 +++-------
 meson.build | 12 ++++++------
 2 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index ce7b6bf3..23d28af8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,10 @@
-Overview of changes from libfolks 0.12.1 to libfolks 0.12.2
+Overview of changes from libfolks 0.12.1 to libfolks 0.13.1
 ===========================================================
 
-Dependencies:
+Dependencies: evolution-data-server 3.33.2
 
 Major changes:
-
-Bugs fixed:
-
-API changes:
-
+ * Remove libsocialweb backend
 
 Overview of changes from libfolks 0.12.0 to libfolks 0.12.1
 ===========================================================
diff --git a/meson.build b/meson.build
index 52e80d46..8d09149e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('folks', [ 'vala', 'c' ],
-  version: '0.12.2',
+  version: '0.13.1',
   license: 'LGPL2.1+',
   meson_version: '>= 0.49',
 )
@@ -21,17 +21,17 @@ folks_api_version = '0.6'
 # number: a given libfolks.so will only load modules which were compiled
 # against a core with the same major version as itself. This allows the API
 # which is exposed to the modules to be changed.
-folks_lib_version = '25.19.1'
+folks_lib_version = '25.20.0'
 
 # Each of the backend libraries (e.g. libfolks-eds.so; *not* the loadable
 # modules, eds.so) has its own version. These should be incremented when the
 # core folks_lib_version is incremented (as all the backend libraries are
 # binary-dependent on libfolks.so), but should also be incremented when
 # incompatible changes are made in the backend library APIs themselves.
-folks_eds_lib_version = '25.19.1'
-folks_telepathy_lib_version = '25.19.1'
-folks_tracker_lib_version = '25.19.1'
-folks_dummy_lib_version = '25.19.1'
+folks_eds_lib_version = '25.20.0'
+folks_telepathy_lib_version = '25.20.0'
+folks_tracker_lib_version = '25.20.0'
+folks_dummy_lib_version = '25.20.0'
 
 # The module version is used to set the shared object versions
 _version_split = folks_lib_version.split('.')


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