diff --git a/Makefile.PL b/Makefile.PL index 85e6afac5..85da5e0fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 diff --git a/README b/README index 6afb542e1..4346b4837 100644 --- a/README +++ b/README @@ -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. @@ -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. @@ -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. ----------------------------------------------------------------------------- @@ -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. ----------------------------------------------------------------------------- diff --git a/SPECS/interchange.spec b/SPECS/interchange.spec index 10036c05c..fe78c2c7e 100644 --- a/SPECS/interchange.spec +++ b/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 diff --git a/scripts/interchange.PL b/scripts/interchange.PL index 0738845c9..372f73f32 100644 --- a/scripts/interchange.PL +++ b/scripts/interchange.PL @@ -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. # @@ -141,7 +141,7 @@ use vars qw($VERSION); require Exporter; BEGIN { - $VERSION = '4.7.3'; + $VERSION = '4.7.4'; } use Fcntl; @@ -2252,7 +2252,7 @@ interchange [--options] [file] =head1 VERSION -4.7.3 +4.7.4 =head1 DESCRIPTION