Mercurial > pidgin.yaz
changeset 2214:8cc187241a8b
[gaim-migrate @ 2224]
this should confuse people
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 05 Sep 2001 19:43:52 +0000 |
parents | a226ebf4be47 |
children | cda7147ccece |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Sep 05 18:34:34 2001 +0000 +++ b/ChangeLog Wed Sep 05 19:43:52 2001 +0000 @@ -1,5 +1,10 @@ GAIM: The Pimpin' Penguin IM Clone thats good for the soul! +version 0.28: + * Updated German Translation (thanks Daniel Seifert) + * Can change friendly name in MSN again + * Bug fixes + version 0.11.0-pre15 (08/28/2001): * MSN works again * Fixed a little segfault when images are links
--- a/configure.ac Wed Sep 05 18:34:34 2001 +0000 +++ b/configure.ac Wed Sep 05 19:43:52 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.11.0pre15]) +AM_INIT_AUTOMAKE([gaim], [0.28]) AC_PATH_PROG(sedpath, sed)