diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-02-04 16:07:40 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-02-04 16:28:13 -0500 |
commit | 51dac56ad5fd4cf5fe90f59c4b40f967fc3b13c5 (patch) | |
tree | e8ec5a1c9f48cfb6ca80e747fd2850fafe4d382e /src/include | |
parent | 1180844f176bdff4b63b4a33824f6cd786deed59 (diff) | |
download | postgresql-51dac56ad5fd4cf5fe90f59c4b40f967fc3b13c5.tar.gz postgresql-51dac56ad5fd4cf5fe90f59c4b40f967fc3b13c5.zip |
Stamp 9.2.3.REL9_2_3
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 c59a601dce6..91547f5c93c 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.2" +#define PACKAGE_STRING "PostgreSQL 9.2.3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2.2" +#define PACKAGE_VERSION "9.2.3" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2.2" +#define PG_VERSION "9.2.3" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90202 +#define PG_VERSION_NUM 90203 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |