diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-06-09 19:40:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-06-09 19:40:42 -0400 |
commit | 829ae4bf830e14bda649a153f7d179681e2ad094 (patch) | |
tree | 63ad1e181093fb73b960f9dd5c2b0f98eeba3c94 /src | |
parent | 43958a028037edca1ed786147dc7bacf62d4f85b (diff) | |
download | postgresql-829ae4bf830e14bda649a153f7d179681e2ad094.tar.gz postgresql-829ae4bf830e14bda649a153f7d179681e2ad094.zip |
Tag 9.1beta2.REL9_1_BETA2
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 54bbb5ae72f..ba860ee6d23 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -569,13 +569,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1beta1" +#define PACKAGE_STRING "PostgreSQL 9.1beta2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1beta1" +#define PACKAGE_VERSION "9.1beta2" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1beta1" +#define PG_VERSION "9.1beta2" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90100 |