diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-15 00:24:04 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-15 00:24:04 +0000 |
commit | 17663e1aebf91a926a8ff2dd30d1fa1dedee2563 (patch) | |
tree | 6da0351e1bcad169d1bb326180822c6cf1a4ad0d /src/include | |
parent | d9dda2d7371662aa51d28a433331e1e1d05a55b8 (diff) | |
download | postgresql-17663e1aebf91a926a8ff2dd30d1fa1dedee2563.tar.gz postgresql-17663e1aebf91a926a8ff2dd30d1fa1dedee2563.zip |
Stamp 7.4.4.REL7_4_4
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 8b971e0b340..3864687f9b3 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.4.3" -#define PG_VERSION_STR "7.4.3 (win32)" +#define PG_VERSION "7.4.4" +#define PG_VERSION_STR "7.4.4 (win32)" #define SYSCONFDIR "" |