From 7b4be2ba2f3e891360c1a7232dde365b010e0261 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 18 Jan 2008 00:13:50 +0000
Subject: [PATCH] Stamp release for 8.3RC2;  configure will be stamped by
 packager.

---
 doc/bug.template              | 2 +-
 doc/src/sgml/release.sgml     | 4 ++--
 src/include/pg_config.h.win32 | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/bug.template b/doc/bug.template
index 4c39df1a17d..07148423129 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -31,7 +31,7 @@ System Configuration:
 
   Operating System (example: Linux 2.4.18)	:
 
-  PostgreSQL version (example: PostgreSQL 8.3RC1) :  PostgreSQL 8.3RC1
+  PostgreSQL version (example: PostgreSQL 8.3RC2) :  PostgreSQL 8.3RC2
 
   Compiler used (example: gcc 3.3.5)		:
 
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index ee2731ad486..29c7e352815 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.575 2008/01/03 21:35:25 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.576 2008/01/18 00:13:50 momjian Exp $ -->
 <!--
 
 Typical markup:
@@ -69,7 +69,7 @@ do it for earlier branch release files.
   <note>
    <title>Release date</title>
    <simpara>2008-01-??</simpara>
-   <para>CURRENT AS OF 2008-01-01</>
+   <para>CURRENT AS OF 2008-01-17</>
   </note>
 
   <sect2>
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index f642958e676..6452df8d3ef 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -566,13 +566,13 @@
 #define PACKAGE_NAME "PostgreSQL"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 8.3RC1"
+#define PACKAGE_STRING "PostgreSQL 8.3RC2"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "8.3RC1"
+#define PACKAGE_VERSION "8.3RC2"
 
 /* PostgreSQL version as a string */
-#define PG_VERSION "8.3RC1"
+#define PG_VERSION "8.3RC2"
 
 /* PostgreSQL version as a number */
 #define PG_VERSION_NUM 80300
-- 
GitLab