1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix broken PG_VERSION_STR.

This commit is contained in:
Tom Lane
2002-04-01 01:11:00 +00:00
parent 60dcf1c817
commit 69b7651b1d
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -2784,7 +2784,7 @@ else
fi
cat >>confdefs.h <<_ACEOF
#define PG_VERSION_STR "PostgreSQL $VERSION on $host, compiled by $cc_string"
#define PG_VERSION_STR "PostgreSQL $PACKAGE_VERSION on $host, compiled by $cc_string"
_ACEOF