diff options
author | Bruce Momjian | 2003-11-13 04:23:03 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-11-13 04:23:03 +0000 |
commit | 256d2f09b58c45ad8ddda8f46d22915a8eaa5600 (patch) | |
tree | 10c95fb6f3506956875bf547bd4e4c9322a9a2fc | |
parent | 74cbe6352d848f4480122e9806866cb28faf4fd1 (diff) |
Update for 7.4 release.
-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 7835ef8d9f..624f2dab0b 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 "7.3" -#define PG_VERSION_STR "7.3 (win32)" +#define PG_VERSION "7.4" +#define PG_VERSION_STR "7.4 (win32)" #define SYSCONFDIR "" |