Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2014-07-21 19:18:03 +0000
committerTom Lane2014-07-21 19:18:03 +0000
commit8dd387500abe58a684c559f20c26ac08884b0c5d (patch)
treeee362c561d692c5c6a9eca4698d2ea695577a7be /src/include
parenta7aa143d0ed3e6c842b2887c0c460901ed3f8079 (diff)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.win328
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"