[interchange-cvs] interchange - jon modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Dec 4 09:49:37 EST 2003


User:      jon
Date:      2003-12-04 14:49:37 GMT
Modified:  .        Makefile.PL configure
Modified:  scripts  interchange.PL
Log:
Update version number to 5.0.0 for upcoming release.

Revision  Changes    Path
2.45      +1 -1      interchange/Makefile.PL


rev 2.45, prev_rev 2.44
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.44
retrieving revision 2.45
diff -u -u -r2.44 -r2.45
--- Makefile.PL	24 Oct 2003 18:41:41 -0000	2.44
+++ Makefile.PL	4 Dec 2003 14:49:37 -0000	2.45
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '4.9.9';
+$VERSION = '5.0.0';
 
 my @os_hints;
 eval {



2.16      +2 -2      interchange/configure


rev 2.16, prev_rev 2.15
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -u -r2.15 -r2.16
--- configure	24 Oct 2003 18:41:41 -0000	2.15
+++ configure	4 Dec 2003 14:49:37 -0000	2.16
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-# $Id: configure,v 2.15 2003/10/24 18:41:41 jon Exp $
+# $Id: configure,v 2.16 2003/12/04 14:49:37 jon Exp $
 
-ICVERSION='4.9.9'
+ICVERSION='5.0.0'
 
 cat <<EOF
 



2.77      +4 -4      interchange/scripts/interchange.PL


rev 2.77, prev_rev 2.76
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.76
retrieving revision 2.77
diff -u -u -r2.76 -r2.77
--- interchange.PL	24 Oct 2003 18:41:41 -0000	2.76
+++ interchange.PL	4 Dec 2003 14:49:37 -0000	2.77
@@ -1,9 +1,9 @@
 #!/usr/bin/perl
 ##!~_~perlpath~_~
 #
-# Interchange version 4.9.9
+# Interchange version 5.0.0
 #
-# $Id: interchange.PL,v 2.76 2003/10/24 18:41:41 jon Exp $
+# $Id: interchange.PL,v 2.77 2003/12/04 14:49:37 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -140,7 +140,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '4.9.9';
+	$VERSION = '5.0.0';
 
 	unless ($] >= 5.006) {
 		die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
@@ -354,7 +354,7 @@
 
 =head1 VERSION
 
-4.9.9
+5.0.0
 
 =head1 DESCRIPTION
 








More information about the interchange-cvs mailing list