diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-06 17:26:17 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-06 17:26:17 -0400 |
commit | ef47adb414e46099155c34529a2a5caeea02fc41 (patch) | |
tree | bb548c4fe9339a097d6729c328b8c4949d1df520 /src | |
parent | ee121a6473c00d0c791e3ed1c2f8e555e66a0ea0 (diff) |
Stamp 9.2.0.REL9_2_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 cf92bda0730..1e9c07e9dc2 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -551,13 +551,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.2rc1" +#define PACKAGE_STRING "PostgreSQL 9.2.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2rc1" +#define PACKAGE_VERSION "9.2.0" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2rc1" +#define PG_VERSION "9.2.0" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90200 |