diff options
author | Marc G. Fournier <scrappy@hub.org> | 2008-10-31 02:38:34 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2008-10-31 02:38:34 +0000 |
commit | a06dedfc5e82c4acf1840bf8c63c3e4097c19151 (patch) | |
tree | 8389a15a46703197243f9b5214645d4a9fad265c /src/include | |
parent | 7e23bd31d109339f033faec01e8f1703524a0e1f (diff) | |
download | postgresql-REL8_3_5.tar.gz postgresql-REL8_3_5.zip |
commit for 8.3.5REL8_3_5
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 53d708a54bf..82fe39db4c3 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -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" |