Skip to content

Commit

Permalink
Update version number to 4.8.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Mar 29, 2004
1 parent 40fd664 commit 9d31cd3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 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.8.8';
$VERSION = '4.8.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.8.8
Interchange 4.8.9

Copyright (C) 1996-2003 Red Hat, Inc., and Interchange Development Group.

Expand Down
5 changes: 4 additions & 1 deletion SPECS/interchange.spec
Expand Up @@ -7,7 +7,7 @@

Summary: Interchange web application platform
Name: interchange
Version: 4.8.8
Version: 4.8.9
Release: 1
Vendor: Interchange Development Group
Group: System Environment/Daemons
Expand Down Expand Up @@ -370,6 +370,9 @@ fi


%changelog
* Mon Mar 29 2004 Jon Jensen <jon@icdevgroup.org> 4.8.9-1
- Update for new release.

* Fri Jan 24 2003 Jon Jensen <jon@icdevgroup.org> 4.8.7-1
- Update for latest release.

Expand Down
4 changes: 2 additions & 2 deletions configure
@@ -1,10 +1,10 @@
#!/bin/sh

# $Id: configure,v 2.0.2.10 2003-12-16 15:01:01 mheins Exp $
# $Id: configure,v 2.0.2.11 2004-03-29 13:27:24 jon Exp $

cat <<EOF
Interchange Version 4.8.8 Configuration
Interchange Version 4.8.9 Configuration
Copyright 1996-2003 Red Hat, Inc. and Interchange Development Group.
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.8.8
# Interchange version 4.8.9
#
# $Id: interchange.PL,v 2.7.2.22 2003-12-16 15:01:02 mheins Exp $
# $Id: interchange.PL,v 2.7.2.23 2004-03-29 13:27:25 jon Exp $
#
# Copyright (C) 1996-2003 Red Hat, Inc. and
# Interchange Development Group, http://www.icdevgroup.org/
Expand Down Expand Up @@ -173,7 +173,7 @@ use vars qw($VERSION);
require Exporter;
BEGIN {
$VERSION = '4.8.8';
$VERSION = '4.8.9';
}
use Fcntl;
Expand Down Expand Up @@ -2385,7 +2385,7 @@ interchange [--options] [file]
=head1 VERSION
4.8.8
4.8.9
=head1 DESCRIPTION
Expand Down

0 comments on commit 9d31cd3

Please sign in to comment.