From 152c3b6e77da997e5e94ecd74c2af9f21b2b1b86 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Mon, 24 Jun 2013 16:32:32 -0700 Subject: [PATCH] Release version 0.9.3 --- NEWS | 4 ---- configure.ac | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 6b29c94..4df2fb7 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,6 @@ Overview of changes from libfolks 0.9.2 to libfolks 0.9.3 Dependencies: • zeitgeist-2.0 ≥ 0.9.14 -Major changes: - Bugs fixed: • Bug 683873 - Leak in Zeitgeist code • Bug 686715 - Telepathy init test often fails during clean-up @@ -13,8 +11,6 @@ Bugs fixed: • Bug 702490 - Backend support libraries don't have their own gobject-introspection bindings -API changes: - Overview of changes from libfolks 0.9.1 to libfolks 0.9.2 ========================================================= diff --git a/configure.ac b/configure.ac index af3454a..d8320e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ # 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], [9]) -m4_define([folks_micro_version], [2]) -m4_define([folks_nano_version], [1]) +m4_define([folks_micro_version], [3]) +m4_define([folks_nano_version], [0]) # If library source has changed since last release, increment revision # If public symbols have been added, removed or changed since last release, @@ -12,7 +12,7 @@ m4_define([folks_nano_version], [1]) # 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], [39]) -m4_define([folks_lt_revision], [0]) +m4_define([folks_lt_revision], [1]) m4_define([folks_lt_age], [14]) # Display the nano_version only if it's not '0' -- 2.7.4