From 18b0d7de09ad946ca9221ce49334452c9a056438 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 7 Feb 2007 03:59:30 +0000 Subject: [PATCH] Fix PG_VERSION_NUM too. --- 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 bfea44aa845..f7b4def39c9 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" -- 2.39.5