[interchange-cvs] interchange - kwalsh modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Aug 30 20:10:12 EDT 2007


User:      kwalsh
Date:      2007-08-31 00:10:12 GMT
Modified:  .        Makefile.PL README
Modified:  scripts  interchange.PL
Log:
    * Bumped the version number to 5.5.2, now that 5.5.1 has been released.

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


rev 2.60, prev_rev 2.59
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.59
retrieving revision 2.60
diff -u -r2.59 -r2.60
--- Makefile.PL	20 Aug 2007 10:46:15 -0000	2.59
+++ Makefile.PL	31 Aug 2007 00:10:12 -0000	2.60
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.5.1';
+$VERSION = '5.5.2';
 
 my @os_hints;
 eval {



2.33      +3 -3      interchange/README


rev 2.33, prev_rev 2.32
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.32
retrieving revision 2.33
diff -u -r2.32 -r2.33
--- README	20 Aug 2007 10:46:16 -0000	2.32
+++ README	31 Aug 2007 00:10:12 -0000	2.33
@@ -2,7 +2,7 @@
 
                            I N T E R C H A N G E
 
-Interchange 5.5.1
+Interchange 5.5.2
 
 Copyright (C) 2002-2007 Interchange Development Group
 Copyright (C) 1996-2002 Red Hat, Inc.
@@ -101,8 +101,8 @@
 
 Here is the quick installation summary:
 
-    tar xvzf interchange-5.5.1.tar.gz
-    cd interchange-5.5.1
+    tar xvzf interchange-5.5.2.tar.gz
+    cd interchange-5.5.2
     perl Makefile.PL
     make
     make test



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


rev 2.100, prev_rev 2.99
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.99
retrieving revision 2.100
diff -u -r2.99 -r2.100
--- interchange.PL	20 Aug 2007 21:42:21 -0000	2.99
+++ interchange.PL	31 Aug 2007 00:10:12 -0000	2.100
@@ -1,9 +1,9 @@
 #!/usr/bin/perl -w
 ##!~_~perlpath~_~
 #
-# Interchange version 5.5.1
+# Interchange version 5.5.2
 #
-# $Id: interchange.PL,v 2.99 2007/08/20 21:42:21 racke Exp $
+# $Id: interchange.PL,v 2.100 2007/08/31 00:10:12 kwalsh Exp $
 #
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -155,7 +155,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.5.1';
+	$VERSION = '5.5.2';
 }
 
 use Fcntl;
@@ -361,7 +361,7 @@
 
 =head1 VERSION
 
-5.5.1
+5.5.2
 
 =head1 DESCRIPTION
 








More information about the interchange-cvs mailing list