[interchange-cvs] interchange - jon modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Dec 27 17:25:27 EST 2003


User:      jon
Date:      2003-12-27 22:25:27 GMT
Modified:  .        Makefile.PL configure
Modified:  scripts  interchange.PL
Log:
Bump version number for development trunk.

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


rev 2.46, prev_rev 2.45
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.45
retrieving revision 2.46
diff -u -u -r2.45 -r2.46
--- Makefile.PL	4 Dec 2003 14:49:37 -0000	2.45
+++ Makefile.PL	27 Dec 2003 22:25:27 -0000	2.46
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '5.0.0';
+$VERSION = '5.1.0';
 
 my @os_hints;
 eval {



2.17      +2 -2      interchange/configure


rev 2.17, prev_rev 2.16
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -u -r2.16 -r2.17
--- configure	4 Dec 2003 14:49:37 -0000	2.16
+++ configure	27 Dec 2003 22:25:27 -0000	2.17
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-# $Id: configure,v 2.16 2003/12/04 14:49:37 jon Exp $
+# $Id: configure,v 2.17 2003/12/27 22:25:27 jon Exp $
 
-ICVERSION='5.0.0'
+ICVERSION='5.1.0'
 
 cat <<EOF
 



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


rev 2.78, prev_rev 2.77
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.77
retrieving revision 2.78
diff -u -u -r2.77 -r2.78
--- interchange.PL	4 Dec 2003 14:49:37 -0000	2.77
+++ interchange.PL	27 Dec 2003 22:25:27 -0000	2.78
@@ -1,9 +1,9 @@
 #!/usr/bin/perl
 ##!~_~perlpath~_~
 #
-# Interchange version 5.0.0
+# Interchange version 5.1.0
 #
-# $Id: interchange.PL,v 2.77 2003/12/04 14:49:37 jon Exp $
+# $Id: interchange.PL,v 2.78 2003/12/27 22:25:27 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -140,7 +140,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '5.0.0';
+	$VERSION = '5.1.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
 
-5.0.0
+5.1.0
 
 =head1 DESCRIPTION
 








More information about the interchange-cvs mailing list