From 86d1343987c86e9876e90b7f31a363282c1557f0 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Mon, 2 Mar 1998 05:33:14 +0000
Subject: [PATCH] Change configure to reflect v6.3 vs v6.2 :)

---
 src/configure    | 4 ++--
 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
-- 
GitLab