diff options
| author | Bruce Momjian | 2006-01-05 04:00:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-01-05 04:00:29 +0000 |
| commit | 2a35aedd97176ac53f031dcef340553b82228ebc (patch) | |
| tree | 720471880b0ba1edb10dac444a9cd74e409e5498 /src/include | |
| parent | 7179b96be9809029896737d95e537e9b4a370bf0 (diff) | |
Stamp relesae 8.0.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 4c903d74e1c..ab2f9496f67 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.5" -#define PG_VERSION_STR "8.0.5 (win32)" +#define PG_VERSION "8.0.6" +#define PG_VERSION_STR "8.0.6 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" |
