[folks] Release stable version 0.14.0



commit 58ff25aebfdcda5ba75758444b852f42273f4d1a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Mar 11 08:33:07 2020 +0100

    Release stable version 0.14.0

 NEWS        | 10 ++--------
 meson.build | 12 ++++++------
 2 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/NEWS b/NEWS
index d13acf3b..7010768c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,8 @@
-Overview of changes from libfolks 0.13.2 to libfolks 0.13.3
+Overview of changes from libfolks 0.13.2 to libfolks 0.14.0
 ===========================================================
 
-Dependencies:
-
 Major changes:
-
-Bugs fixed:
-
-API changes:
-
+ * Lots of translation updates
 
 Overview of changes from libfolks 0.13.1 to libfolks 0.13.2
 ===========================================================
diff --git a/meson.build b/meson.build
index 74320634..14223c30 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('folks', [ 'vala', 'c' ],
-  version: '0.13.3',
+  version: '0.14.0',
   license: 'LGPL2.1+',
   meson_version: '>= 0.51',
 )
@@ -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.20.0'
+folks_lib_version = '25.21.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.20.0'
-folks_telepathy_lib_version = '25.20.0'
-folks_tracker_lib_version = '25.20.0'
-folks_dummy_lib_version = '25.20.0'
+folks_eds_lib_version = '25.21.0'
+folks_telepathy_lib_version = '25.21.0'
+folks_tracker_lib_version = '25.21.0'
+folks_dummy_lib_version = '25.21.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]