diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.win32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/config.h.win32 b/src/include/config.h.win32 index a3f478774c9..de46dbf6cfc 100644 --- a/src/include/config.h.win32 +++ b/src/include/config.h.win32 @@ -1,8 +1,8 @@ /* * Parts of config.h that you get with autoconf on other systems */ -#define PG_VERSION "7.1.1" -#define PG_VERSION_STR "7.1.1 (win32)" +#define PG_VERSION "7.2.0" +#define PG_VERSION_STR "7.2.0 (win32)" #define SYSCONFDIR "" |
