diff options
| author | Marc G. Fournier <scrappy@hub.org> | 2010-09-17 01:18:41 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 2010-09-17 01:18:41 +0000 |
| commit | 861861edcc04a6e3ebdfe363311f122e2b226196 (patch) | |
| tree | 4364e37603ac4f1805c262cdb32512129c229edc /src | |
| parent | ec6fca101e81d7bb3a5e2e2df38c1236b26c8698 (diff) | |
tag v9.0.0 ... the big day approachesREL9_0_0
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/pg_config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index da19fcf30fd..0351c82c1e8 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -560,13 +560,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.0rc1" +#define PACKAGE_STRING "PostgreSQL 9.0.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.0rc1" +#define PACKAGE_VERSION "9.0.0" /* PostgreSQL version as a string */ -#define PG_VERSION "9.0rc1" +#define PG_VERSION "9.0.0" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90000 |
