From: Tom Lane Date: Wed, 7 Feb 2007 03:59:30 +0000 (+0000) Subject: Fix PG_VERSION_NUM too. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=efe5dad958bd73575acb3b335c6e304ef2633a70;p=users%2Fbernd%2Fpostgres.git Fix PG_VERSION_NUM too. --- diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index bfea44aa84..f7b4def39c 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -577,7 +577,7 @@ #define PG_VERSION "8.2.3" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80202 +#define PG_VERSION_NUM 80203 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql"