diff options
author | Bruce Momjian | 2007-01-05 20:54:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-01-05 20:54:43 +0000 |
commit | 1c3b43cddd0a31573f12a2695f52a818933425c0 (patch) | |
tree | 29fb603bd6b97a4ee78d637b406a546db9c51a98 /src/include | |
parent | b358d9cf40c7e578acc9ae21f5c730520a03c617 (diff) |
Stamp major release 8.3.0, and increment library version numbers.
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 b279ef1186..bffdae48fe 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,16 +568,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2" +#define PACKAGE_STRING "PostgreSQL 8.3 devel" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2" +#define PACKAGE_VERSION "8.3" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2" +#define PG_VERSION "8.3" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80200 +#define PG_VERSION_NUM 80300 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |