diff options
author | Marc G. Fournier <scrappy@hub.org> | 2011-04-15 00:19:01 -0300 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2011-04-15 00:19:01 -0300 |
commit | 1e289824b6fa9a2ce7ed13d8559f05683a75f466 (patch) | |
tree | f163c705f8f012a02d25447789e4bf3587a8073c /src/include | |
parent | 3c9791557fef63c2ff7479a008a3ec4f20742227 (diff) | |
download | postgresql-1e289824b6fa9a2ce7ed13d8559f05683a75f466.tar.gz postgresql-1e289824b6fa9a2ce7ed13d8559f05683a75f466.zip |
Tag 8.2.21.REL8_2_21
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 3cfb3a24587..564cbc5000f 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.20" +#define PACKAGE_STRING "PostgreSQL 8.2.21" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2.20" +#define PACKAGE_VERSION "8.2.21" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2.20" +#define PG_VERSION "8.2.21" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80220 +#define PG_VERSION_NUM 80221 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |