Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7b4be2b

Browse files
committed
Stamp release for 8.3RC2; configure will be stamped by packager.
1 parent 70066eb commit 7b4be2b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/bug.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ System Configuration:
3131

3232
Operating System (example: Linux 2.4.18) :
3333

34-
PostgreSQL version (example: PostgreSQL 8.3RC1) : PostgreSQL 8.3RC1
34+
PostgreSQL version (example: PostgreSQL 8.3RC2) : PostgreSQL 8.3RC2
3535

3636
Compiler used (example: gcc 3.3.5) :
3737

doc/src/sgml/release.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.575 2008/01/03 21:35:25 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.576 2008/01/18 00:13:50 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -69,7 +69,7 @@ do it for earlier branch release files.
6969
<note>
7070
<title>Release date</title>
7171
<simpara>2008-01-??</simpara>
72-
<para>CURRENT AS OF 2008-01-01</>
72+
<para>CURRENT AS OF 2008-01-17</>
7373
</note>
7474

7575
<sect2>

src/include/pg_config.h.win32

+3-3
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,13 @@
566566
#define PACKAGE_NAME "PostgreSQL"
567567

568568
/* Define to the full name and version of this package. */
569-
#define PACKAGE_STRING "PostgreSQL 8.3RC1"
569+
#define PACKAGE_STRING "PostgreSQL 8.3RC2"
570570

571571
/* Define to the version of this package. */
572-
#define PACKAGE_VERSION "8.3RC1"
572+
#define PACKAGE_VERSION "8.3RC2"
573573

574574
/* PostgreSQL version as a string */
575-
#define PG_VERSION "8.3RC1"
575+
#define PG_VERSION "8.3RC2"
576576

577577
/* PostgreSQL version as a number */
578578
#define PG_VERSION_NUM 80300

0 commit comments

Comments
 (0)