diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-05 20:53:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-05 20:53:49 +0000 |
commit | 9b9758bb77d627582720d22e16e01db52683c7d9 (patch) | |
tree | 8a5b7dc32dd0ce3d7e694121f93f855ebbe2ba14 /src/include | |
parent | f921940be5a229adff05db2266d357441db5964b (diff) |
Stamp release 8.1.6.
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 5b5f9b5b4fb..36faf1a9f91 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.5" -#define PG_VERSION_STR "8.1.5 (win32)" +#define PG_VERSION "8.1.6" +#define PG_VERSION_STR "8.1.6 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |