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