diff options
| author | Tom Lane | 2011-09-08 21:13:27 +0000 |
|---|---|---|
| committer | Tom Lane | 2011-09-08 21:13:27 +0000 |
| commit | 1f43001424a9da624a89b213d0be606a8212a50a (patch) | |
| tree | 797ff991db70f30b28dba309ac373e24df5965fa /src | |
| parent | bd6db68f714d8e4609c0b22425590ab632a14812 (diff) | |
Stamp 9.1.0.REL9_1_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 cac8bc0bee7..16f475dded7 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -569,13 +569,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1rc1" +#define PACKAGE_STRING "PostgreSQL 9.1.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1rc1" +#define PACKAGE_VERSION "9.1.0" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1rc1" +#define PG_VERSION "9.1.0" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90100 |
