1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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

This commit is contained in:
Bruce Momjian
2008-01-18 00:13:50 +00:00
parent 70066eb1a1
commit 7b4be2ba2f
3 changed files with 6 additions and 6 deletions

View File

@ -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