diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-12-16 22:05:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-12-16 22:05:07 +0000 |
commit | e757f884bc8dcdf82d078c44651fc97c069295fe (patch) | |
tree | 7c03453b9c21153aed73da452b961e63dd1ebbd3 | |
parent | 8ec96083260ddba4b0f84d2a81e08b2baad18200 (diff) | |
download | postgresql-e757f884bc8dcdf82d078c44651fc97c069295fe.tar.gz postgresql-e757f884bc8dcdf82d078c44651fc97c069295fe.zip |
Update version for Win32-client include file.
-rw-r--r-- | src/include/pg_config.h.win32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index c8739e3ccaf..6480e784c2e 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" |