aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-02 16:26:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-02 16:26:00 +0000
commit7af352f103f349f0e986ed0af5a26bb1000aa7fb (patch)
tree18a1a54d89bca3467d87b035e87223f923f5ccd8 /src
parent3299a092e2b2b4168cd8a7bcc21b7ed3efadf592 (diff)
downloadpostgresql-REL7_3_5.tar.gz
postgresql-REL7_3_5.zip
Brand 7.3.5.REL7_3_5
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.win324
-rw-r--r--src/interfaces/libpq/libpq.rc8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 2203e043a76..731839e6cd4 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.4"
-#define PG_VERSION_STR "7.3.4 (win32)"
+#define PG_VERSION "7.3.5"
+#define PG_VERSION_STR "7.3.5 (win32)"
#define SYSCONFDIR ""
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index b059d0547f3..d15d40b6684 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,3,4,0
- PRODUCTVERSION 7,3,4,0
+ FILEVERSION 7,3,5,0
+ PRODUCTVERSION 7,3,5,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, 3, 4, 0\0"
+ VALUE "FileVersion", "7, 3, 5, 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, 3, 4, 0\0"
+ VALUE "ProductVersion", "7, 3, 5, 0\0"
END
END
BLOCK "VarFileInfo"