Skip to content

Commit

Permalink
Update version number to 4.9.9 for eventual release. Soon, I hope!
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Oct 24, 2003
1 parent 3374c77 commit d150fec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.9.8';
$VERSION = '4.9.9';

my @os_hints;
eval {
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.9.8
Interchange 4.9.9

Copyright (C) 2002-2003 Interchange Development Group
Copyright (C) 1996-2002 Red Hat, Inc.
Expand Down
4 changes: 2 additions & 2 deletions configure
@@ -1,8 +1,8 @@
#!/bin/sh

# $Id: configure,v 2.14 2003-06-18 17:34:43 jon Exp $
# $Id: configure,v 2.15 2003-10-24 18:41:41 jon Exp $

ICVERSION='4.9.8'
ICVERSION='4.9.9'

cat <<EOF
Expand Down
8 changes: 4 additions & 4 deletions scripts/interchange.PL
@@ -1,9 +1,9 @@
#!/usr/bin/perl
##!~_~perlpath~_~
#
# Interchange version 4.9.8
# Interchange version 4.9.9
#
# $Id: interchange.PL,v 2.75 2003-06-25 16:38:18 mheins Exp $
# $Id: interchange.PL,v 2.76 2003-10-24 18:41:41 jon Exp $
#
# Copyright (C) 2002-2003 Interchange Development Group
# Copyright (C) 1996-2002 Red Hat, Inc.
Expand Down Expand Up @@ -140,7 +140,7 @@ use vars qw($VERSION);
require Exporter;

BEGIN {
$VERSION = '4.9.8';
$VERSION = '4.9.9';

unless ($] >= 5.006) {
die "Interchange $VERSION requires Perl 5.6.0 or later,\nbut you're trying to run it under Perl $]. Exiting.\n";
Expand Down Expand Up @@ -354,7 +354,7 @@ interchange [--options] [file]
=head1 VERSION
4.9.8
4.9.9
=head1 DESCRIPTION
Expand Down

0 comments on commit d150fec

Please sign in to comment.