[folks] Add Profiling api to NEWS file. Bump soname numbers in configure.ac for Folks 0.7.2.1 release.
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Add Profiling api to NEWS file. Bump soname numbers in configure.ac for Folks 0.7.2.1 release.
- Date: Thu, 28 Jun 2012 21:55:17 +0000 (UTC)
commit 5546585d66e29837bb0d3416cf362f4a08089b1d
Author: Jeremy Whiting <jpwhiting kde org>
Date: Thu Jun 28 15:34:55 2012 -0600
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],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]