Skip to content

Commit

Permalink
Bump version number to 4.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Jun 13, 2001
1 parent 1b01c4e commit f646c62
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.3';
$VERSION = '4.7.4';

# See if we have the CPAN module

Expand Down
22 changes: 11 additions & 11 deletions README
Expand Up @@ -2,7 +2,7 @@

I N T E R C H A N G E

Interchange 4.7.3
Interchange 4.7.4

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

Expand Down Expand Up @@ -35,7 +35,7 @@ Unix-like operating system.

More information is in the following files and directories:

doc/ Documentation.
pod/ Documentation.

README.rpm Notes on using Interchange when installed from RPM packages.

Expand Down Expand Up @@ -75,17 +75,17 @@ test.pl The installation test script.

I N S T A L L A T I O N

You can install Interchange as root for a multi-user system-wide setup, or
as an unprivileged user who will be the only one modifying Interchange files.

Here is the quick installation summary:

gzip -dc interchange-4.7.?.tar.gz | tar xvf -
cd interchange-4.7.?
./configure

Then you will need to make your first Interchange catalog. See the
section 'DEMO' below.

Remember to check http://developer.akopia.com/ for documentation and
help from other users if you have any trouble.
Then you will need to make your first Interchange catalog, as described in
the next section.

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

Expand Down Expand Up @@ -113,12 +113,12 @@ Visit http://demo.akopia.com/ to see a live demo on our servers.

D O C U M E N T A T I O N

The included documentation is in man(1), POD, and HTML formats. Extended
documentation is available at:
The included documentation is in POD and man(1) formats. The developer web
site it located at:

http://developer.akopia.com/
http://interchange.redhat.com/

which includes user-annotated documentation, the manual in other formats,
It offers user-annotated documentation, the documentation in other formats,
and a user-contributed code library.

-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion SPECS/interchange.spec
@@ -1,7 +1,7 @@
# To do:
# Fall back to vlink.pl if no C compiler available at foundation demo build time

%define ic_version 4.7.3
%define ic_version 4.7.4
%define ic_rpm_release 1
%define ic_package_basename interchange
%define ic_user interch
Expand Down
8 changes: 4 additions & 4 deletions scripts/interchange.PL
Expand Up @@ -23,9 +23,9 @@ DOIT: {
#!/usr/bin/perl
##!~_~perlpath~_~
#
# Interchange version 4.7.3
# Interchange version 4.7.4
#
# $Id: interchange.PL,v 1.15.2.46 2001-06-12 23:24:17 jon Exp $
# $Id: interchange.PL,v 1.15.2.47 2001-06-13 17:08:59 jon Exp $
#
# Copyright (C) 1996-2001 Red Hat, Inc. <info@akopia.com>
#
Expand Down Expand Up @@ -141,7 +141,7 @@ use vars qw($VERSION);
require Exporter;
BEGIN {
$VERSION = '4.7.3';
$VERSION = '4.7.4';
}
use Fcntl;
Expand Down Expand Up @@ -2252,7 +2252,7 @@ interchange [--options] [file]
=head1 VERSION
4.7.3
4.7.4
=head1 DESCRIPTION
Expand Down

0 comments on commit f646c62

Please sign in to comment.