diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-19 17:50:31 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-09-19 17:50:31 -0400 |
commit | 04a37a5716867f8eade144baac847a9737ac22f5 (patch) | |
tree | bcf27d03e657c87f2e26e04422fd404be7419452 /src/include | |
parent | 793664d0c89a21976228cb5520cd05e0cdef463c (diff) | |
download | postgresql-REL9_1_6.tar.gz postgresql-REL9_1_6.zip |
Stamp 9.1.6.REL9_1_6
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 9ad2c7780fb..d9195580b53 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -566,16 +566,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1.5" +#define PACKAGE_STRING "PostgreSQL 9.1.6" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1.5" +#define PACKAGE_VERSION "9.1.6" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1.5" +#define PG_VERSION "9.1.6" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90105 +#define PG_VERSION_NUM 90106 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |