aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-02-04 16:16:23 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2013-02-04 16:28:55 -0500
commit2228ce6a11def75e11f0232592848614f27bd7dc (patch)
treeab170bc9d9d3a40b5d87dd82ca2833d840d0c720 /src/include
parent308ba8702caad0a9ba22875c43c1dfa4577ce857 (diff)
downloadpostgresql-REL8_4_16.tar.gz
postgresql-REL8_4_16.zip
Stamp 8.4.16.REL8_4_16
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 f466649cd5f..667e5aed748 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -563,16 +563,16 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 8.4.15"
+#define PACKAGE_STRING "PostgreSQL 8.4.16"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "8.4.15"
+#define PACKAGE_VERSION "8.4.16"
/* PostgreSQL version as a string */
-#define PG_VERSION "8.4.15"
+#define PG_VERSION "8.4.16"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 80415
+#define PG_VERSION_NUM 80416
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"