From 5546585d66e29837bb0d3416cf362f4a08089b1d Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Thu, 28 Jun 2012 15:34:55 -0600 Subject: [PATCH] Add Profiling api to NEWS file. Bump soname numbers in configure.ac for Folks 0.7.2.1 release. --- NEWS | 11 +---------- configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/NEWS b/NEWS index 30b813f..4f06164 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,3 @@ -Overview of changes from libfolks 0.7.2 to libfolks 0.7.3 -========================================================= - -Dependencies: - -Bugs fixed: - -API changes: - - Overview of changes from libfolks 0.7.1 to libfolks 0.7.2 ========================================================= @@ -23,6 +13,7 @@ Bugs fixed: • Bug 679020 — Fail to build master using vala master API changes: +• Add profiling api Overview of changes from libfolks 0.7.0 to libfolks 0.7.1 diff --git a/configure.ac b/configure.ac index b5230a8..ef54cb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # If not 1, append datestamp to the version number -m4_define([folks_released], [0]) +m4_define([folks_released], [1]) m4_define([folks_major_version], [0]) m4_define([folks_minor_version], [7]) @@ -11,9 +11,9 @@ m4_define([folks_nano_version], [1]) # increment current and set revision to 0 # If public symbols have been added since last release, increment age # If public symbols have been removed since last release, set age to 0 -m4_define([folks_lt_current], [34]) +m4_define([folks_lt_current], [35]) m4_define([folks_lt_revision], [0]) -m4_define([folks_lt_age], [9]) +m4_define([folks_lt_age], [10]) # Display the nano_version only if it's not '0' m4_define([folks_base_version], -- 2.7.4