From: Tom Lane Date: Thu, 19 Apr 2007 22:23:31 +0000 (+0000) Subject: Fix missed PACKAGE_STRING. X-Git-Tag: REL8_2_4~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0a562287bf472a3adf0731aea2c009cd58df36f;p=postgresql Fix missed PACKAGE_STRING. --- diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index e5176946dc..ccfc064b14 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,7 +568,7 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2.3" +#define PACKAGE_STRING "PostgreSQL 8.2.4" /* Define to the version of this package. */ #define PACKAGE_VERSION "8.2.4"