Commit 7b4be2ba authored by Bruce Momjian's avatar Bruce Momjian

Stamp release for 8.3RC2; configure will be stamped by packager.

parent 70066eb1
...@@ -31,7 +31,7 @@ System Configuration: ...@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) : 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) : Compiler used (example: gcc 3.3.5) :
......
<!-- $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: Typical markup:
...@@ -69,7 +69,7 @@ do it for earlier branch release files. ...@@ -69,7 +69,7 @@ do it for earlier branch release files.
<note> <note>
<title>Release date</title> <title>Release date</title>
<simpara>2008-01-??</simpara> <simpara>2008-01-??</simpara>
<para>CURRENT AS OF 2008-01-01</> <para>CURRENT AS OF 2008-01-17</>
</note> </note>
<sect2> <sect2>
......
...@@ -566,13 +566,13 @@ ...@@ -566,13 +566,13 @@
#define PACKAGE_NAME "PostgreSQL" #define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */ /* 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 to the version of this package. */
#define PACKAGE_VERSION "8.3RC1" #define PACKAGE_VERSION "8.3RC2"
/* PostgreSQL version as a string */ /* PostgreSQL version as a string */
#define PG_VERSION "8.3RC1" #define PG_VERSION "8.3RC2"
/* PostgreSQL version as a number */ /* PostgreSQL version as a number */
#define PG_VERSION_NUM 80300 #define PG_VERSION_NUM 80300
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment