summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-06-11 18:17:54 +0000
committerBruce Momjian2004-06-11 18:17:54 +0000
commitba57e33d7fdd04241350fb0e627ceee3d22106d0 (patch)
tree3f4bf423a4377cc9c2c9244b21bcffcf6985641d
parent257a8feb60ff321ede7352fc377b4e8e79636311 (diff)
Stamp 7.4.3. Still need release notes.
-rw-r--r--doc/bug.template2
-rw-r--r--src/include/pg_config.h.win324
-rw-r--r--src/interfaces/libpq/libpq.rc8
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/bug.template b/doc/bug.template
index 13d13403869..89b6490c752 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -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) :
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 564a2387733..8b971e0b340 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.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 ""
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index 3a824ce5f5e..cf421982576 100644
--- a/src/interfaces/libpq/libpq.rc
+++ b/src/interfaces/libpq/libpq.rc
@@ -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"