diff options
| author | Marc G. Fournier <scrappy@hub.org> | 2010-10-01 10:35:31 -0300 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 2010-10-01 10:35:31 -0300 |
| commit | 2f76a4b5a6bcefa03f5a4d377cfb449fd5d95185 (patch) | |
| tree | 3ea49570f5808bc88222575c1cc95d7f9a98d558 /src/include | |
| parent | b805be2587972c153dbc047dc2cc74edef92a36d (diff) | |
Tag 8.4.5REL8_4_5
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 c2ea2a5a238..d5678b2be97 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.4" +#define PACKAGE_STRING "PostgreSQL 8.4.5" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4.4" +#define PACKAGE_VERSION "8.4.5" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4.4" +#define PG_VERSION "8.4.5" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80404 +#define PG_VERSION_NUM 80405 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |
