diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2013-11-06 17:18:13 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2013-11-06 17:18:13 +0000 |
commit | 1493cd13e59725222fcfa5ad24e13be2b468a81a (patch) | |
tree | 7250eb79633e0f87cbefe0cb380cd3bd8fbc4ca1 | |
parent | 939a104853bc5a3cf05afe2446104647c4d81406 (diff) |
Post-release version bump
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +Overview of changes from libfolks 0.9.6 to libfolks 0.9.7 +========================================================= + +Dependencies: + +Major changes: + +Bugs fixed: + +API changes: + Overview of changes from libfolks 0.9.5 to libfolks 0.9.6 ========================================================= diff --git a/configure.ac b/configure.ac index cfadede0..785f0ea4 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], [9]) -m4_define([folks_micro_version], [6]) +m4_define([folks_micro_version], [7]) m4_define([folks_nano_version], [0]) # If library source has changed since last release, increment revision |