mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix PG_VERSION_NUM too.
This commit is contained in:
parent
98e08d1aa0
commit
18b0d7de09
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue