From 37aa70f07c0496879419274e881a6fa05ec5d068 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 16 Apr 2012 18:01:42 +0100 Subject: [PATCH] Post-release version bump --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a94627a..e1ea460 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes from libfolks 0.6.9 to libfolks 0.6.10 +========================================================== + +Bugs fixed: + Overview of changes from libfolks 0.6.8 to libfolks 0.6.9 ============================================================= diff --git a/configure.ac b/configure.ac index 0e80c74..ebd82e4 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [9]) -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, -- 2.7.4