mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Update version for Win32-client include file.
This commit is contained in:
parent
8ec9608326
commit
e757f884bc
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
/*
|
||||
* Parts of pg_config.h that you get with autoconf on other systems
|
||||
*/
|
||||
#define PG_VERSION "8.0"
|
||||
#define PG_VERSION_STR "8.0devel (win32)"
|
||||
#define PG_VERSION "8.0.0rc1"
|
||||
#define PG_VERSION_STR "8.0.0rc1 (win32)"
|
||||
|
||||
#define DEF_PGPORT 5432
|
||||
#define DEF_PGPORT_STR "5432"
|
||||
|
|
|
|||
Loading…
Reference in a new issue