diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-30 19:17:49 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-30 19:17:49 +0000 |
commit | 8097ce9f52757c9615aef446a221acee8a7c25b6 (patch) | |
tree | 536a5b860064a53de7f4655a385359d0b4f9b3a4 /src/include | |
parent | 372d78997cef245f54047021933988ae7f723016 (diff) |
Stamp 8.0 branch as 8.0.1.
Diffstat (limited to 'src/include')
-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 d46f31351aa..da8dd8ed4a2 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.0" -#define PG_VERSION_STR "8.0.0 (win32)" +#define PG_VERSION "8.0.1" +#define PG_VERSION_STR "8.0.1 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |