diff options
| author | Marc G. Fournier <scrappy@hub.org> | 2011-01-27 22:21:31 -0400 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 2011-01-27 22:21:31 -0400 |
| commit | 2fb64d857003c91378ba86b03d753a63ebee95b2 (patch) | |
| tree | 1647fb40b912d51958cc15446f852a478e99c6dd /src/include | |
| parent | aefb8d9198926e9f7717d6420b802ae4b6352293 (diff) | |
Tag 9.0.3REL9_0_3
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 dbe0b8ecdbe..74719dcf8ff 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -560,16 +560,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.0.2" +#define PACKAGE_STRING "PostgreSQL 9.0.3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.0.2" +#define PACKAGE_VERSION "9.0.3" /* PostgreSQL version as a string */ -#define PG_VERSION "9.0.2" +#define PG_VERSION "9.0.3" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90002 +#define PG_VERSION_NUM 90003 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |
