diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-22 18:03:52 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-22 18:03:52 -0400 |
| commit | 07d306785ecf0b6c59dbb8fe0e112e3175e849e1 (patch) | |
| tree | 8cc969e8273dc8d82967e12eca3d1b1b7d9f186f /src/include | |
| parent | 608b4bd13ace64291f8ce6a2a7d4f1ff3818d323 (diff) | |
Stamp 8.4.9.REL8_4_9
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 2ade2a97b76..9b995a4d4f3 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.8" +#define PACKAGE_STRING "PostgreSQL 8.4.9" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4.8" +#define PACKAGE_VERSION "8.4.9" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4.8" +#define PG_VERSION "8.4.9" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80408 +#define PG_VERSION_NUM 80409 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |
