diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-01 15:10:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-01 15:10:35 -0400 |
commit | 3f7928a2890b05908e7c1ef711d48e609c86982e (patch) | |
tree | 21f2182ed6b997dfe5914f9171b7c494710645e6 /src/include | |
parent | 25e9e8984b25c7fd2145b4b759615d70ee4c23cf (diff) | |
download | postgresql-REL9_2_12.tar.gz postgresql-REL9_2_12.zip |
Stamp 9.2.12.REL9_2_12
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 c7f8dc18b7a..74165e109b0 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -554,16 +554,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.2.11" +#define PACKAGE_STRING "PostgreSQL 9.2.12" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2.11" +#define PACKAGE_VERSION "9.2.12" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2.11" +#define PG_VERSION "9.2.12" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90211 +#define PG_VERSION_NUM 90212 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |