summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-07-02 22:50:39 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-07-02 22:50:39 +0100
commit86aff8c2dde99f2c02d652b9ff8131beedda4560 (patch)
tree2c7f54e2c6429b9c861eb3cc8c523d6856b066c0
parent9d29ec2c5d6763b079f56940d5aaf4c13b0b3510 (diff)
downloadfolks-86aff8c2dde99f2c02d652b9ff8131beedda4560.tar.gz
Post-release version bump
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5cf17c3a..55a1f9c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes from libfolks 0.11.4 to libfolks 0.11.5
+===========================================================
+
+Dependencies:
+
+Major changes:
+
+Bugs fixed:
+
+API changes:
+
+
Overview of changes from libfolks 0.11.3 to libfolks 0.11.4
===========================================================
diff --git a/configure.ac b/configure.ac
index fc9894d7..2f220dae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
# If not 1, append datestamp to the version number
-m4_define([folks_released], [1])
+m4_define([folks_released], [0])
m4_define([folks_major_version], [0])
m4_define([folks_minor_version], [11])
-m4_define([folks_micro_version], [4])
+m4_define([folks_micro_version], [5])
m4_define([folks_nano_version], [0])
# Core library LT version. When updating this, don't forget to bump the backend