From e757f884bc8dcdf82d078c44651fc97c069295fe Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 16 Dec 2004 22:05:07 +0000 Subject: [PATCH] Update version for Win32-client include file. --- src/include/pg_config.h.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index c8739e3cca..6480e784c2 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -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"