diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-02 18:23:20 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-02 18:23:20 -0400 |
commit | f30b05b8a468d0240d18251dbf2907793da676ba (patch) | |
tree | 09055bb9e3ff60d4cc82076c45001d821980c6ef /src | |
parent | 095bcf93a8cdf71b7809877a14f94c9cbf7c47fd (diff) | |
download | postgresql-REL9_2_BETA3.tar.gz postgresql-REL9_2_BETA3.zip |
Stamp 9.2beta3.REL9_2_BETA3
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 626e6a81c45..1612b967341 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.2beta2" +#define PACKAGE_STRING "PostgreSQL 9.2beta3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2beta2" +#define PACKAGE_VERSION "9.2beta3" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2beta2" +#define PG_VERSION "9.2beta3" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90200 |