diff options
author | Tom Lane | 2014-07-21 19:18:03 +0000 |
---|---|---|
committer | Tom Lane | 2014-07-21 19:18:03 +0000 |
commit | 8dd387500abe58a684c559f20c26ac08884b0c5d (patch) | |
tree | ee362c561d692c5c6a9eca4698d2ea695577a7be /src/include | |
parent | a7aa143d0ed3e6c842b2887c0c460901ed3f8079 (diff) |
Stamp 8.4.22.REL8_4_22REL8_4_STABLE
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 177cdfa9dd3..2b28b66b309 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.4.21" +#define PACKAGE_STRING "PostgreSQL 8.4.22" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4.21" +#define PACKAGE_VERSION "8.4.22" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4.21" +#define PG_VERSION "8.4.22" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80421 +#define PG_VERSION_NUM 80422 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |