diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-11-13 04:23:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-11-13 04:23:03 +0000 |
commit | 256d2f09b58c45ad8ddda8f46d22915a8eaa5600 (patch) | |
tree | 10c95fb6f3506956875bf547bd4e4c9322a9a2fc /src | |
parent | 74cbe6352d848f4480122e9806866cb28faf4fd1 (diff) | |
download | postgresql-256d2f09b58c45ad8ddda8f46d22915a8eaa5600.tar.gz postgresql-256d2f09b58c45ad8ddda8f46d22915a8eaa5600.zip |
Update for 7.4 release.
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 7835ef8d9ff..624f2dab0bb 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 "" |