diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:57:25 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-09 16:57:25 -0400 |
commit | ddb0843d44a53518cfbbb5c2fd535021d75d07cd (patch) | |
tree | 3ea7d8f5089714e8af656696cd6450709b54522f /src/include | |
parent | e712933c80a15719293f0c55eeb02e0aae401820 (diff) | |
download | postgresql-REL9_1_22.tar.gz postgresql-REL9_1_22.zip |
Stamp 9.1.22.REL9_1_22
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 6be09bf2e7c..8399ce0a99c 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.21" +#define PACKAGE_STRING "PostgreSQL 9.1.22" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1.21" +#define PACKAGE_VERSION "9.1.22" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1.21" +#define PG_VERSION "9.1.22" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90121 +#define PG_VERSION_NUM 90122 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |