diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-22 18:06:36 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-22 18:06:36 -0400 |
commit | cef46230dcce6ae059f385c34b3eb524740ebee1 (patch) | |
tree | 5132bc27d1bbe0623a544d0436740ca523e1011d /src/include | |
parent | 8c3b884b33fb6dd24ce0c2a0cd5e91b6610108f8 (diff) | |
download | postgresql-REL8_3_16.tar.gz postgresql-REL8_3_16.zip |
Stamp 8.3.16.REL8_3_16
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 24cdf0300fe..6233212e402 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 8.3.15" +#define PACKAGE_STRING "PostgreSQL 8.3.16" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3.15" +#define PACKAGE_VERSION "8.3.16" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3.15" +#define PG_VERSION "8.3.16" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80315 +#define PG_VERSION_NUM 80316 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |