[interchange-cvs] interchange - jon modified 5 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Jun 17 17:41:03 2002


User:      jon
Date:      2002-06-17 21:40:40 GMT
Modified:  .        Makefile.PL README WHATSNEW configure
Modified:  scripts  interchange.PL
Log:
Bump version number to 4.9.1 for first alpha testing release.

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


rev 2.17, prev_rev 2.16
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -u -r2.16 -r2.17
--- Makefile.PL	11 Mar 2002 23:09:08 -0000	2.16
+++ Makefile.PL	17 Jun 2002 21:40:39 -0000	2.17
@@ -28,7 +28,7 @@
 my @remove_old;
 my $Lock_troubles;
 
-$VERSION = '4.9.0';
+$VERSION = '4.9.1';
 
 my @os_hints;
 eval {



2.8       +1 -1      interchange/README


rev 2.8, prev_rev 2.7
Index: README
===================================================================
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -u -r2.7 -r2.8
--- README	17 Apr 2002 17:55:48 -0000	2.7
+++ README	17 Jun 2002 21:40:39 -0000	2.8
@@ -2,7 +2,7 @@
 
                            I N T E R C H A N G E
 
-Interchange 4.9.0
+Interchange 4.9.1
 
 Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 



2.14      +7 -1      interchange/WHATSNEW


rev 2.14, prev_rev 2.13
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -u -r2.13 -r2.14
--- WHATSNEW	7 Jun 2002 15:30:56 -0000	2.13
+++ WHATSNEW	17 Jun 2002 21:40:39 -0000	2.14
@@ -6,7 +6,7 @@
 ------------------------------------------------------------------------------
 
 
-Interchange 4.9.0 not yet released
+Interchange 4.9.1 not yet released
 
 Core
 ----
@@ -28,6 +28,12 @@
 -------
 
 * Support for Wells Fargo added
+
+
+------------------------------------------------------------------------------
+
+
+Interchange 4.9.0 "released" only via CVS
 
 
 ------------------------------------------------------------------------------



2.3       +3 -3      interchange/configure


rev 2.3, prev_rev 2.2
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- configure	21 Nov 2001 17:48:54 -0000	2.2
+++ configure	17 Jun 2002 21:40:39 -0000	2.3
@@ -1,12 +1,12 @@
 #!/bin/sh
 
-# $Id: configure,v 2.2 2001/11/21 17:48:54 jon Exp $
+# $Id: configure,v 2.3 2002/06/17 21:40:39 jon Exp $
 
 cat <<EOF
 
- Interchange Version 4.9.0 Configuration
+ Interchange Version 4.9.1 Configuration
 
- Copyright 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+ Copyright 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 
  Interchange was originally based on Vend 0.2 and 0.3
  Copyright 1995, 1996 Andrew M. Wilcox <awilcox@maine.com>



2.33      +5 -5      interchange/scripts/interchange.PL


rev 2.33, prev_rev 2.32
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.32
retrieving revision 2.33
diff -u -u -r2.32 -r2.33
--- interchange.PL	5 Jun 2002 14:07:27 -0000	2.32
+++ interchange.PL	17 Jun 2002 21:40:40 -0000	2.33
@@ -48,11 +48,11 @@
 #!/usr/bin/perl
 ##!~_~perlpath~_~
 #
-# Interchange version 4.9.0
+# Interchange version 4.9.1
 #
-# $Id: interchange.PL,v 2.32 2002/06/05 14:07:27 jon Exp $
+# $Id: interchange.PL,v 2.33 2002/06/17 21:40:40 jon Exp $
 #
-# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
 # Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
@@ -166,7 +166,7 @@
 require Exporter;
 
 BEGIN {
-	$VERSION = '4.9.0';
+	$VERSION = '4.9.1';
 }
 
 use Fcntl;
@@ -2440,7 +2440,7 @@
 
 =head1 VERSION
 
-4.9.0
+4.9.1
 
 =head1 DESCRIPTION