diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-10 18:35:09 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-10 18:35:09 -0400 |
commit | f70fa835e08eee4cb2dc0f72d66cf633089c37e8 (patch) | |
tree | af6a6a14d0983c6552c7306614ce60785a88c3c3 /src | |
parent | e3cdc1532caaec4652b41d1114c71aa3872a8f6f (diff) | |
download | postgresql-f70fa835e08eee4cb2dc0f72d66cf633089c37e8.tar.gz postgresql-f70fa835e08eee4cb2dc0f72d66cf633089c37e8.zip |
Stamp 9.2beta1.REL9_2_BETA1
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 137fb32c1c8..1ca6b0a9593 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -557,13 +557,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.2devel" +#define PACKAGE_STRING "PostgreSQL 9.2beta1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2devel" +#define PACKAGE_VERSION "9.2beta1" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2devel" +#define PG_VERSION "9.2beta1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90200 |