diff options
author | Marc G. Fournier <scrappy@hub.org> | 2011-04-15 00:17:14 -0300 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2011-04-15 00:17:14 -0300 |
commit | 7b8b256f08c90963189901694675f8d1477f1dab (patch) | |
tree | 973e1582b1386769a18e6e60b4100f3ff02e2a0b /src/include | |
parent | fb344d44a3374bd9022e40dbd194cb12e5204a2f (diff) | |
download | postgresql-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.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 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" |