diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-12-01 16:47:20 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-12-01 16:47:20 -0500 |
commit | cfd8cf37d20be715e4bb9e382844c79556516824 (patch) | |
tree | e96e31e4855fef90a10b9ee4f8b1480974935ff4 /src/include | |
parent | 92b9e439e7f0bc54e291e12f5216fb09a72f5b04 (diff) | |
download | postgresql-REL9_1_2.tar.gz postgresql-REL9_1_2.zip |
Stamp 9.1.2.REL9_1_2
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 9bd738ca723..0c3c70c2481 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -569,16 +569,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1.1" +#define PACKAGE_STRING "PostgreSQL 9.1.2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1.1" +#define PACKAGE_VERSION "9.1.2" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1.1" +#define PG_VERSION "9.1.2" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90101 +#define PG_VERSION_NUM 90102 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |