diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-07-07 20:12:33 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-07-07 20:12:33 -0400 |
commit | 6c76524620d6cca3d667dc16fe65713a107f18c1 (patch) | |
tree | a24dd752276194bf89683efd3c7c593a6908babc /src | |
parent | 3e80d0d2e5a0f6a7a971ddcb6e38cc8f0079aed7 (diff) | |
download | postgresql-REL9_1_BETA3.tar.gz postgresql-REL9_1_BETA3.zip |
Tag 9.1beta3.REL9_1_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 ba860ee6d23..72df3426687 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.1beta2" +#define PACKAGE_STRING "PostgreSQL 9.1beta3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1beta2" +#define PACKAGE_VERSION "9.1beta3" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1beta2" +#define PG_VERSION "9.1beta3" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90100 |