Post-release version bump
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Apr 2012 12:29:02 +0000 (13:29 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 17 Apr 2012 12:29:02 +0000 (13:29 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 45bb5d7..baa8ac3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes from libfolks 0.7.0 to libfolks 0.7.1
+=========================================================
+
+Bugs fixed:
+
 Overview of changes from libfolks 0.6.9 to libfolks 0.7.0
 =========================================================
 
index c2624d5..11b8bed 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], [7])
 m4_define([folks_micro_version], [0])
-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,