From: Eric W. <war...@us...> - 2001-10-05 22:08:16
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv31603 Modified Files: ChangeLog configure.ac Log Message: 0.46 Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.309 retrieving revision 1.310 diff -u -d -r1.309 -r1.310 --- ChangeLog 2001/10/05 06:37:34 1.309 +++ ChangeLog 2001/10/05 22:08:13 1.310 @@ -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 Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- configure.ac 2001/10/05 19:52:10 1.18 +++ configure.ac 2001/10/05 22:08:13 1.19 @@ -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) |