commit for 8.3.5

This commit is contained in:
Marc G. Fournier
2008-10-31 02:38:34 +00:00
parent 7e23bd31d1
commit a06dedfc5e
6 changed files with 22 additions and 22 deletions

View File

@ -566,16 +566,16 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 8.3.4"
#define PACKAGE_STRING "PostgreSQL 8.3.5"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.3.4"
#define PACKAGE_VERSION "8.3.5"
/* PostgreSQL version as a string */
#define PG_VERSION "8.3.4"
#define PG_VERSION "8.3.5"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 80304
#define PG_VERSION_NUM 80305
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"