diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-10-01 10:37:09 -0300 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-10-01 10:37:09 -0300 |
commit | 61318f38c0999e828d34230c3ea57eb24c49ceba (patch) | |
tree | d35632ae4cd754e5adb363633e2a2a409387a0f6 /src/include | |
parent | 7203065dc90e3919c4a0d625e79928a813190146 (diff) |
Tag 8.2.18REL8_2_18
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 519dd046203..7f461883861 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,16 +568,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2.17" +#define PACKAGE_STRING "PostgreSQL 8.2.18" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2.17" +#define PACKAGE_VERSION "8.2.18" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2.17" +#define PG_VERSION "8.2.18" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80217 +#define PG_VERSION_NUM 80218 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |