diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-10-02 16:15:53 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-10-02 16:15:53 +0100 |
commit | ed43abb7603e1286dbcbefbad75f354a654cae37 (patch) | |
tree | ab82935de6d45d17b4af64ca070e3e8a3c178d88 /configure.ac | |
parent | 7c8d17cc9540823fa75b4ecfc6a431fdbc8712e2 (diff) | |
download | telepathy-glib-ed43abb7603e1286dbcbefbad75f354a654cae37.tar.gz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 53e9c6927..fb774a7b6 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], |