Skip to content

Commit

Permalink
* Bump version number to 4.8.0, here we go....
Browse files Browse the repository at this point in the history
  • Loading branch information
perusionmike committed Jul 27, 2001
1 parent b1012e9 commit 8bf48e8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -28,7 +28,7 @@ my @mods_to_get;
my @remove_old;
my $Lock_troubles;

$VERSION = '4.7.7';
$VERSION = '4.8.0';

# See if we have the CPAN module

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@

I N T E R C H A N G E

Interchange 4.7.7
Interchange 4.8.0

Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>

Expand Down
2 changes: 1 addition & 1 deletion SPECS/interchange.spec
@@ -1,4 +1,4 @@
%define ic_version 4.7.7
%define ic_version 4.8.0
%define ic_rpm_release 1
%define ic_package_basename interchange
%define ic_user interch
Expand Down
9 changes: 9 additions & 0 deletions WHATSNEW
Expand Up @@ -5,6 +5,15 @@
------------------------------------------------------------------------------


Interchange 4.8.0 released 2001-07-27.

------------------------------------------------------------------------------

What's new in each version of Interchange

------------------------------------------------------------------------------


Interchange 4.7.7 released 2001-07-26.

Admin UI
Expand Down
8 changes: 4 additions & 4 deletions scripts/interchange.PL
Expand Up @@ -48,9 +48,9 @@ DOIT: {
#!/usr/bin/perl
##!~_~perlpath~_~
#
# Interchange version 4.7.7
# Interchange version 4.8.0
#
# $Id: interchange.PL,v 2.4 2001-07-26 16:34:44 racke Exp $
# $Id: interchange.PL,v 2.5 2001-07-27 18:50:58 heins Exp $
#
# Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
#
Expand Down Expand Up @@ -166,7 +166,7 @@ use vars qw($VERSION);
require Exporter;
BEGIN {
$VERSION = '4.7.7';
$VERSION = '4.8.0';
}
use Fcntl;
Expand Down Expand Up @@ -2323,7 +2323,7 @@ interchange [--options] [file]
=head1 VERSION
4.7.7
4.8.0
=head1 DESCRIPTION
Expand Down

0 comments on commit 8bf48e8

Please sign in to comment.