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:
@ -577,7 +577,7 @@
|
|||||||
#define PG_VERSION "8.2.3"
|
#define PG_VERSION "8.2.3"
|
||||||
|
|
||||||
/* PostgreSQL version as a number */
|
/* 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "postgresql"
|
#define PACKAGE_TARNAME "postgresql"
|
||||||
|
Reference in New Issue
Block a user