From: Rob F. <rob...@us...> - 2002-01-24 20:39:18
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv15772 Modified Files: ChangeLog NEWS configure.ac Log Message: Da da da Index: ChangeLog =================================================================== RCS file: /cvsroot/gaim/gaim/ChangeLog,v retrieving revision 1.381 retrieving revision 1.382 diff -u -d -r1.381 -r1.382 --- ChangeLog 2002/01/23 18:01:12 1.381 +++ ChangeLog 2002/01/24 20:39:15 1.382 @@ -1,5 +1,7 @@ Gaim: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.52: + version 0.51 (01/24/2002): * Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) Index: NEWS =================================================================== RCS file: /cvsroot/gaim/gaim/NEWS,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- NEWS 2002/01/24 16:58:35 1.110 +++ NEWS 2002/01/24 20:39:15 1.111 @@ -1,5 +1,7 @@ -=[ Gaim ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.52: + 0.51 (01/24/2002): Rob: Well, here we go. I FINALLY got around to making a release after over a month, Sorry for the delay, all. Things got really Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- configure.ac 2002/01/05 03:28:16 1.41 +++ configure.ac 2002/01/24 20:39:15 1.42 @@ -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.51]) +AM_INIT_AUTOMAKE([gaim], [0.52]) AC_PATH_PROG(sedpath, sed) |