telepathy-glib: Bump libtool current/ age even though nothing actually changed
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Oct 3 05:05:27 PDT 2012
Module: telepathy-glib
Branch: master
Commit: ed43abb7603e1286dbcbefbad75f354a654cae37
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=ed43abb7603e1286dbcbefbad75f354a654cae37
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Oct 2 16:15:53 2012 +0100
Bump libtool current/age even though nothing actually changed
This is to compensate for 0.19.10, which should have incremented them
(because it added API) but didn't.
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 53e9c69..fb774a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,9 @@ m4_define([tp_glib_nano_version], [1])
# (we don't guarantee that we won't add ABI then remove it again, if it was
# never seen in a release).
-m4_define([tp_glib_lt_current], [77])
+m4_define([tp_glib_lt_current], [78])
m4_define([tp_glib_lt_revision], [0])
-m4_define([tp_glib_lt_age], [77])
+m4_define([tp_glib_lt_age], [78])
# Some magic
m4_define([tp_glib_base_version],
More information about the telepathy-commits
mailing list