From 965b4b47aefe8aaa62b1f8a76d1b60e8f5c1c9a8 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 18 Oct 2011 10:51:55 -0700 Subject: [PATCH] Post-release version bump. --- NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6fe6e10..f1ded04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Overview of changes from libfolks 0.6.4.1 to libfolks 0.6.5 +============================================================= +Bugs fixed: + Overview of changes from libfolks 0.6.4 to libfolks 0.6.4.1 ============================================================= Bugs fixed: diff --git a/configure.ac b/configure.ac index 4140270..22141fa 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], [4]) -m4_define([folks_nano_version], [1]) +m4_define([folks_nano_version], [2]) # 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