From: Tom Lane Date: Fri, 14 Sep 2007 14:05:52 +0000 (+0000) Subject: Fix missed version-stamping. X-Git-Tag: REL8_2_5~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d915af072fe5223107c4d969cc9189a079f204a4;p=thirdparty%2Fpostgresql.git Fix missed version-stamping. --- diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 4f5e4af4f6c..7e0c5e27554 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -577,7 +577,7 @@ #define PG_VERSION "8.2.5" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80204 +#define PG_VERSION_NUM 80205 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql"