1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix PG_VERSION_NUM too.

This commit is contained in:
Tom Lane
2007-02-07 03:59:30 +00:00
parent 98e08d1aa0
commit 18b0d7de09

View File

@ -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"