# HG changeset patch # User Luke Schierer # Date 1041809822 0 # Node ID 814023d5d0b3fe625baaf04885f04b77e1cb488b # Parent da30c4977c43bef60e8fdc92c68ac7d62e623895 [gaim-migrate @ 4446] i should not be trying to do inteligent work when my head is pounding. otherwise i'd not have forgotten making that change for the tarball i put up to see if that one bug report was fixed committer: Tailor Script diff -r da30c4977c43 -r 814023d5d0b3 configure.ac --- a/configure.ac Sun Jan 05 23:21:50 2003 +0000 +++ b/configure.ac Sun Jan 05 23:37:02 2003 +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], [20030105-1]) +AM_INIT_AUTOMAKE([gaim], [0.60cvs]) AC_PREREQ([2.50]) diff -r da30c4977c43 -r 814023d5d0b3 configure.in --- a/configure.in Sun Jan 05 23:21:50 2003 +0000 +++ b/configure.in Sun Jan 05 23:37:02 2003 +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], [20030105-1]) +AM_INIT_AUTOMAKE([gaim], [0.60cvs])