diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-14 18:38:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-08-14 18:38:49 -0400 |
commit | d5bcb33603a8ef1ac7779ff0e7d4550ce522673e (patch) | |
tree | 29eaae278ff2f651cfcd85e9f415034ee53d97cb /src | |
parent | 333a54a584c6f85d586ea0ee36013c1506892dd6 (diff) | |
download | postgresql-d5bcb33603a8ef1ac7779ff0e7d4550ce522673e.tar.gz postgresql-d5bcb33603a8ef1ac7779ff0e7d4550ce522673e.zip |
Stamp 9.2beta4.REL9_2_BETA4
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 1612b967341..e96457c0ee6 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.2beta3" +#define PACKAGE_STRING "PostgreSQL 9.2beta4" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2beta3" +#define PACKAGE_VERSION "9.2beta4" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2beta3" +#define PG_VERSION "9.2beta4" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90200 |