diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-03-13 02:16:43 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-03-13 02:16:43 +0000 |
commit | 7e2322990491274c390384cee1a847efcd46ef1c (patch) | |
tree | e113fa59fc2682aed94fcdd900febd8bc7e720b4 /src/include | |
parent | e9e431619db133d2e4e1494a3e58b3c80c04be2c (diff) |
tag 8.2.13REL8_2_13
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 8d49ab16fbc..4642dbc189a 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,16 +568,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2.12" +#define PACKAGE_STRING "PostgreSQL 8.2.13" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2.12" +#define PACKAGE_VERSION "8.2.13" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2.12" +#define PG_VERSION "8.2.13" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80212 +#define PG_VERSION_NUM 80213 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |