diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 4 insertions, 8 deletions
@@ -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 af3454a1..d8320e32 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' |