diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-05 16:42:02 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-05 16:42:02 +0000 |
commit | 667ba8ccb13f09b5fd85d5e9796c891854087744 (patch) | |
tree | e441ddfb48995fb9ff68bf6aa39e8db770e80682 /src | |
parent | 2a80c3c4dc56a44a26805c889ef71b614e769266 (diff) | |
download | postgresql-667ba8ccb13f09b5fd85d5e9796c891854087744.tar.gz postgresql-667ba8ccb13f09b5fd85d5e9796c891854087744.zip |
Brand HEAD branch as 8.2devel.
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 508237cf226..eb308a36f59 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.1.0" -#define PG_VERSION_STR "8.1.0 (win32)" +#define PG_VERSION "8.2devel" +#define PG_VERSION_STR "8.2devel (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |