Post-release version bump
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 26 Mar 2012 22:29:32 +0000 (23:29 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 26 Mar 2012 22:29:32 +0000 (23:29 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8bdc66c..0abe146 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes from libfolks 0.6.8 to libfolks 0.6.9
+=============================================================
+
+Bugs fixed:
+
 Overview of changes from libfolks 0.6.7 to libfolks 0.6.8
 =============================================================
 
index af964ca..c540bc5 100644 (file)
@@ -1,10 +1,10 @@
 # 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], [6])
 m4_define([folks_micro_version], [8])
-m4_define([folks_nano_version], [0])
+m4_define([folks_nano_version], [1])
 
 # If library source has changed since last release, increment revision
 # If public symbols have been added, removed or changed since last release,