changeset 3351:5422e5f587f0

[gaim-migrate @ 3370] Fixed version strings to 0.60cvs. committer: Tailor Script <tailor@pidgin.im>
author Jim Seymour <jseymour>
date Tue, 09 Jul 2002 14:26:42 +0000
parents 66e2846bacbb
children be601eb50d0a
files configure.ac configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Jul 07 14:39:45 2002 +0000
+++ b/configure.ac	Tue Jul 09 14:26:42 2002 +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.59cvs])
+AM_INIT_AUTOMAKE([gaim], [0.60cvs])
 
 AC_PREREQ([2.50])
 
--- a/configure.in	Sun Jul 07 14:39:45 2002 +0000
+++ b/configure.in	Tue Jul 09 14:26:42 2002 +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.59])
+AM_INIT_AUTOMAKE([gaim], [0.60cvs])