diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-04-01 14:20:36 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-04-01 14:20:36 -0400 |
commit | 73c122769ca1f49c451e315d476c80fdcf9f20cc (patch) | |
tree | 2c96f1dd4ef01af1318accc93eca193164714e1d /src/include | |
parent | 0dfbad834ffe8f828cbb05d63f744be9cd7d0ab6 (diff) |
Stamp 9.2.4.REL9_2_4
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 91547f5c93c..89d06cd0d64 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -551,16 +551,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.2.3" +#define PACKAGE_STRING "PostgreSQL 9.2.4" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2.3" +#define PACKAGE_VERSION "9.2.4" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2.3" +#define PG_VERSION "9.2.4" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90203 +#define PG_VERSION_NUM 90204 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |