# HG changeset patch # User John Bailey # Date 1300326134 0 # Node ID baa138225911ad5c39887863aac0598e81bcffdc # Parent 623a27e62d19bc1d7a14668869be5a436e03ec90 Per discussion with rlaager both on the mailing list and in the XMPP MUC, bump purple_lt_current to 20 to pad for continued development on 2.x and correct my previous stupidity with respect to libtool versioning. diff -r 623a27e62d19 -r baa138225911 configure.ac --- a/configure.ac Thu Mar 17 01:38:28 2011 +0000 +++ b/configure.ac Thu Mar 17 01:42:14 2011 +0000 @@ -43,7 +43,7 @@ # # Make sure to update finch/libgnt/configure.ac with libgnt version changes. # -m4_define([purple_lt_current], [1]) +m4_define([purple_lt_current], [20]) m4_define([purple_major_version], [3]) m4_define([purple_minor_version], [0]) m4_define([purple_micro_version], [0])