diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-24 15:57:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-24 15:57:28 +0000 |
commit | 9eaaf36f04e7cd0ef103e3c7accbb99af3ad2e1d (patch) | |
tree | 8fdcbd9259d7d689735101c3515e785d21152e8b | |
parent | 28c2edcb3dae507bbd2d837d26252d7cf60e607c (diff) | |
download | postgresql-9eaaf36f04e7cd0ef103e3c7accbb99af3ad2e1d.tar.gz postgresql-9eaaf36f04e7cd0ef103e3c7accbb99af3ad2e1d.zip |
Update configure.
-rwxr-xr-x | src/configure | 4 | ||||
-rw-r--r-- | src/configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/configure b/src/configure index e620511d8c8..d8c87699022 100755 --- a/src/configure +++ b/src/configure @@ -615,10 +615,10 @@ fi cat <<EOT ************************************************************** - PostreSQL v6.1 Installation Program + PostreSQL v6.2 Installation Program Welcome to the new improved PostgreSQL installation program. -This configuration program is for version 6.1alpha of the +This configuration program is for version 6.2 of the PostgreSQL software. EOT diff --git a/src/configure.in b/src/configure.in index c0fa45786da..2f616f74de5 100644 --- a/src/configure.in +++ b/src/configure.in @@ -51,10 +51,10 @@ fi cat <<EOT ************************************************************** - PostreSQL v6.1 Installation Program + PostreSQL v6.2 Installation Program Welcome to the new improved PostgreSQL installation program. -This configuration program is for version 6.1alpha of the +This configuration program is for version 6.2 of the PostgreSQL software. EOT |