summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-06-20 21:02:58 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-06-20 21:02:58 -0500
commitd5698cafe5d514de74323cf401a6e2ab19dc3a66 (patch)
tree7cb5017235736eca50ac3d1fcc6bece0e700ca01
parent7f804adb5308cc5a9ff53ccc6019e9747216c8e7 (diff)
downloadfolks-d5698cafe5d514de74323cf401a6e2ab19dc3a66.tar.gz
Post-release version bump
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 23d28af8..421466b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes from libfolks 0.13.1 to libfolks 0.13.2
+===========================================================
+
+Dependencies:
+
+Major changes:
+
+Bugs fixed:
+
+API changes:
+
+
Overview of changes from libfolks 0.12.1 to libfolks 0.13.1
===========================================================
diff --git a/meson.build b/meson.build
index e33cfe82..91800654 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('folks', [ 'vala', 'c' ],
- version: '0.13.1',
+ version: '0.13.2',
license: 'LGPL2.1+',
meson_version: '>= 0.49',
)