diff options
-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 |