]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Stamp 7.4.3. Still need release notes.
authorBruce Momjian <bruce@momjian.us>
Fri, 11 Jun 2004 18:17:54 +0000 (18:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 11 Jun 2004 18:17:54 +0000 (18:17 +0000)
doc/bug.template
src/include/pg_config.h.win32
src/interfaces/libpq/libpq.rc

index 13d13403869356f0272a4b6a183384a67c3c81a5..89b6490c7522c230e0087a56fcc0e7c213f2517e 100644 (file)
@@ -27,7 +27,7 @@ System Configuration
 
   Operating System (example: Linux 2.4.18)     :
 
-  PostgreSQL version (example: PostgreSQL-7.4.2):   PostgreSQL-7.4.2
+  PostgreSQL version (example: PostgreSQL-7.4.3):   PostgreSQL-7.4.3
 
   Compiler used (example:  gcc 2.95.2)         :
 
index 564a23877335a4bbc143810c9dbe7fb3d5e5f5e2..8b971e0b34089bdfef073ac52be950ab197e0be9 100644 (file)
@@ -3,8 +3,8 @@
 /*
  * Parts of pg_config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "7.4.2"
-#define PG_VERSION_STR "7.4.2 (win32)"
+#define PG_VERSION "7.4.3"
+#define PG_VERSION_STR "7.4.3 (win32)"
 
 #define SYSCONFDIR ""
 
index 3a824ce5f5efea578e9e37faff55301c0d970e28..cf42198257634a34a95c4dfc5b54a9e354bec79c 100644 (file)
@@ -1,8 +1,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,4,2,0
- PRODUCTVERSION 7,4,2,0
+ FILEVERSION 7,4,3,0
+ PRODUCTVERSION 7,4,3,0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0
  FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "PostgreSQL Access Library\0"
-            VALUE "FileVersion", "7, 4, 2, 0\0"
+            VALUE "FileVersion", "7, 4, 3, 0\0"
             VALUE "InternalName", "libpq\0"
             VALUE "LegalCopyright", "Copyright (C) 2003\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
-            VALUE "ProductVersion", "7, 4, 2, 0\0"
+            VALUE "ProductVersion", "7, 4, 3, 0\0"
         END
     END
     BLOCK "VarFileInfo"