diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2005-01-17 20:47:10 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2005-01-17 20:47:10 +0000 |
commit | c22b7eccd368754ea96865c046764382ab05db4b (patch) | |
tree | fa6cb334e972b4daf96424fd98f15e13ecdb26fd /src | |
parent | 1723f1f7ae64cac9225479cf5494713f5d791526 (diff) | |
download | postgresql-c22b7eccd368754ea96865c046764382ab05db4b.tar.gz postgresql-c22b7eccd368754ea96865c046764382ab05db4b.zip |
its that time ... tag it for releaseREL8_0_0
Diffstat (limited to 'src')
-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 8d537401763..d46f31351aa 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.0rc5" -#define PG_VERSION_STR "8.0.0rc5 (win32)" +#define PG_VERSION "8.0.0" +#define PG_VERSION_STR "8.0.0 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |