Update version for Win32-client include file.

REL8_0_STABLE
Bruce Momjian 21 years ago
parent 8ec9608326
commit e757f884bc
  1. 4
      src/include/pg_config.h.win32

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

Loading…
Cancel
Save