File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ System Configuration:
31
31
32
32
Operating System (example: Linux 2.4.18) :
33
33
34
- PostgreSQL version (example: PostgreSQL 8.3RC1 ) : PostgreSQL 8.3RC1
34
+ PostgreSQL version (example: PostgreSQL 8.3RC2 ) : PostgreSQL 8.3RC2
35
35
36
36
Compiler used (example: gcc 3.3.5) :
37
37
Original file line number Diff line number Diff line change 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 $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -69,7 +69,7 @@ do it for earlier branch release files.
69
69
<note>
70
70
<title>Release date</title>
71
71
<simpara>2008-01-??</simpara>
72
- <para>CURRENT AS OF 2008-01-01 </>
72
+ <para>CURRENT AS OF 2008-01-17 </>
73
73
</note>
74
74
75
75
<sect2>
Original file line number Diff line number Diff line change 566
566
#define PACKAGE_NAME "PostgreSQL"
567
567
568
568
/* Define to the full name and version of this package. */
569
- #define PACKAGE_STRING "PostgreSQL 8.3RC1 "
569
+ #define PACKAGE_STRING "PostgreSQL 8.3RC2 "
570
570
571
571
/* Define to the version of this package. */
572
- #define PACKAGE_VERSION "8.3RC1 "
572
+ #define PACKAGE_VERSION "8.3RC2 "
573
573
574
574
/* PostgreSQL version as a string */
575
- #define PG_VERSION "8.3RC1 "
575
+ #define PG_VERSION "8.3RC2 "
576
576
577
577
/* PostgreSQL version as a number */
578
578
#define PG_VERSION_NUM 80300
You can’t perform that action at this time.
0 commit comments