Mercurial > pidgin.yaz
changeset 32289:baa138225911
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.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Thu, 17 Mar 2011 01:42:14 +0000 |
parents | 623a27e62d19 |
children | 73b005a20d06 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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])