diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-05-14 03:27:08 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-05-14 03:27:08 +0000 |
commit | c70af4d2fc9ec6b3a5b536ea8a2609fbba5f6f9f (patch) | |
tree | e6ca14512cb78acf1e420e9691271c0ed8611fe0 /src/include | |
parent | 06d09a51b0ca6ef063961f1b8a5fb51013f5b845 (diff) | |
download | postgresql-REL8_3_11.tar.gz postgresql-REL8_3_11.zip |
tag 8.3.11REL8_3_11
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 3311b708110..44dfbf8f646 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.10" +#define PACKAGE_STRING "PostgreSQL 8.3.11" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3.10" +#define PACKAGE_VERSION "8.3.11" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3.10" +#define PG_VERSION "8.3.11" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80310 +#define PG_VERSION_NUM 80311 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |