Mercurial > pidgin.yaz
changeset 21226:308857bded25
purple_lt_current needed to be bumped (as per the comment at the start of
configure.ac) in order for this to build.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sat, 13 Oct 2007 00:22:20 +0000 |
parents | e967fd47baa5 |
children | 059d6deebee7 789ed158a50a be75cb19f548 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Fri Oct 12 03:53:58 2007 +0000 +++ b/configure.ac Sat Oct 13 00:22:20 2007 +0000 @@ -43,7 +43,7 @@ # # Make sure to update finch/libgnt/configure.ac with libgnt version changes. # -m4_define([purple_lt_current], [2]) +m4_define([purple_lt_current], [3]) m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [3]) m4_define([purple_micro_version], [0])