diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-23 18:06:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-23 18:06:49 -0400 |
commit | e8c736ca71b3d7aa65ea05a133b4f2a65a11e812 (patch) | |
tree | 62ba6558b973fca1c08a8ea1cc3d50a0cdff0ef6 /src | |
parent | fb7b6197b9ed2fe9813ccc0cb4ff548ae255d80d (diff) | |
download | postgresql-e8c736ca71b3d7aa65ea05a133b4f2a65a11e812.tar.gz postgresql-e8c736ca71b3d7aa65ea05a133b4f2a65a11e812.zip |
Stamp 9.2rc1.REL9_2_RC1
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 e96457c0ee6..52b13f3217c 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -548,13 +548,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.2beta4" +#define PACKAGE_STRING "PostgreSQL 9.2rc1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2beta4" +#define PACKAGE_VERSION "9.2rc1" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2beta4" +#define PG_VERSION "9.2rc1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90200 |