diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-03-02 05:33:14 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-03-02 05:33:14 +0000 |
commit | 86d1343987c86e9876e90b7f31a363282c1557f0 (patch) | |
tree | 32ca2aaa23fc385e095fa9075f0a7cadbbc68b84 /src | |
parent | bb01e98d484dcdc3595cc6782030536fa95d8ed9 (diff) | |
download | postgresql-86d1343987c86e9876e90b7f31a363282c1557f0.tar.gz postgresql-86d1343987c86e9876e90b7f31a363282c1557f0.zip |
Change configure to reflect v6.3 vs v6.2 :)
Diffstat (limited to 'src')
-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 fca4a310d4e..e5d966c0af7 100755 --- a/src/configure +++ b/src/configure @@ -649,10 +649,10 @@ fi cat <<EOT ************************************************************** - PostreSQL v6.2 Installation Program + PostreSQL v6.3 Installation Program Welcome to the new improved PostgreSQL installation program. -This configuration program is for version 6.2 of the +This configuration program is for version 6.3 of the PostgreSQL software. EOT diff --git a/src/configure.in b/src/configure.in index 85e220f74b7..57b6cfdfee2 100644 --- a/src/configure.in +++ b/src/configure.in @@ -71,10 +71,10 @@ fi cat <<EOT ************************************************************** - PostreSQL v6.2 Installation Program + PostreSQL v6.3 Installation Program Welcome to the new improved PostgreSQL installation program. -This configuration program is for version 6.2 of the +This configuration program is for version 6.3 of the PostgreSQL software. EOT |