1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Brand HEAD branch as 8.2devel.

This commit is contained in:
Tom Lane
2005-11-05 16:42:02 +00:00
parent 2a80c3c4dc
commit 667ba8ccb1
4 changed files with 14 additions and 14 deletions

View File

@ -3,8 +3,8 @@
/*
* Parts of pg_config.h that you get with autoconf on other systems
*/
#define PG_VERSION "8.1.0"
#define PG_VERSION_STR "8.1.0 (win32)"
#define PG_VERSION "8.2devel"
#define PG_VERSION_STR "8.2devel (win32)"
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"