aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2011-04-15 00:17:14 -0300
committerMarc G. Fournier <scrappy@hub.org>2011-04-15 00:17:14 -0300
commit7b8b256f08c90963189901694675f8d1477f1dab (patch)
tree973e1582b1386769a18e6e60b4100f3ff02e2a0b /src/include
parentfb344d44a3374bd9022e40dbd194cb12e5204a2f (diff)
downloadpostgresql-REL8_4_8.tar.gz
postgresql-REL8_4_8.zip
Tag 8.4.8.REL8_4_8
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 f8a4f9c47e7..2ade2a97b76 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.7"
+#define PACKAGE_STRING "PostgreSQL 8.4.8"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "8.4.7"
+#define PACKAGE_VERSION "8.4.8"
/* PostgreSQL version as a string */
-#define PG_VERSION "8.4.7"
+#define PG_VERSION "8.4.8"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 80407
+#define PG_VERSION_NUM 80408
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"