Mercurial > pidgin
changeset 1203:17193fb97b12
[gaim-migrate @ 1213]
Setting up stuff for 0.11.0
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 05 Dec 2000 02:53:51 +0000 |
parents | d5146df6d2ab |
children | 7596a75d1a49 |
files | ChangeLog NEWS configure.in doc/gaim.1 |
diffstat | 4 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Dec 05 02:52:44 2000 +0000 +++ b/ChangeLog Tue Dec 05 02:53:51 2000 +0000 @@ -1,5 +1,7 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.11.0: + version 0.11.0-pre2 (12/04/2000): * Fixed a segfault with a bad util.c
--- a/NEWS Tue Dec 05 02:52:44 2000 +0000 +++ b/NEWS Tue Dec 05 02:53:51 2000 +0000 @@ -1,5 +1,7 @@ -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul! +0.11.0: + 0.11.0pre2 (12/04/2000): Rob: I messed up. Oh well, it's fixed.
--- a/configure.in Tue Dec 05 02:52:44 2000 +0000 +++ b/configure.in Tue Dec 05 02:53:51 2000 +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.11.0pre2]) +AM_INIT_AUTOMAKE([gaim], [0.11.0]) dnl Checks for programs. AM_PROG_LIBTOOL