From 256d2f09b58c45ad8ddda8f46d22915a8eaa5600 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 13 Nov 2003 04:23:03 +0000
Subject: [PATCH] Update for 7.4 release.

---
 src/include/pg_config.h.win32 | 4 ++--
 1 file 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 ""
 
-- 
2.24.1