From d915af072fe5223107c4d969cc9189a079f204a4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Sep 2007 14:05:52 +0000 Subject: [PATCH] Fix missed version-stamping. --- src/include/pg_config.h.win32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2