diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-27 17:17:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-04-27 17:17:22 -0400 |
commit | 993c5e59047dd568d4831f7ec5c6199acd21f17f (patch) | |
tree | 1e89e46b03d20e68c71f4327ba19d147422d6eb6 /src | |
parent | bb1051eb2d5eef060b64788cbec8459c46427fca (diff) | |
download | postgresql-993c5e59047dd568d4831f7ec5c6199acd21f17f.tar.gz postgresql-993c5e59047dd568d4831f7ec5c6199acd21f17f.zip |
Tag 9.1beta1.REL9_1_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 b85bf411def..1ecc05604da 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -572,13 +572,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1devel" +#define PACKAGE_STRING "PostgreSQL 9.1beta1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1devel" +#define PACKAGE_VERSION "9.1beta1" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1devel" +#define PG_VERSION "9.1beta1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90100 |