Mercurial > pidgin
changeset 2436:b487252bd179
[gaim-migrate @ 2449]
0.46
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 05 Oct 2001 22:08:13 +0000 |
parents | b4f2a53c0ee5 |
children | aa63f3ceea03 |
files | ChangeLog configure.ac doc/gaim.1 |
diffstat | 3 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Oct 05 22:06:27 2001 +0000 +++ b/ChangeLog Fri Oct 05 22:08:13 2001 +0000 @@ -1,5 +1,7 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.46: + version 0.45 (10/04/2001): * New plugin event: event_chat_send_invite * Major updates to the perl system (reread PERL-HOWTO and
--- a/configure.ac Fri Oct 05 22:06:27 2001 +0000 +++ b/configure.ac Fri Oct 05 22:08:13 2001 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.45]) +AM_INIT_AUTOMAKE([gaim], [0.46]) AC_PATH_PROG(sedpath, sed)