summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-06-05 23:56:42 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-06-05 23:56:42 +0000
commitfd3a83436aa3ca2cd92359cc4a9e0c74ff0666d8 (patch)
treee06996f3fa70cef2d4483ac298a8f350efd18e67
parentad37d9e46a585c96eef1514639a860f307836e6f (diff)
downloadpostgresql-fd3a83436aa3ca2cd92359cc4a9e0c74ff0666d8.tar.gz
Stamp 7.4.20 (except for configure.in/configure)
-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 63d383d200..206918c317 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
- PostgreSQL version (example: PostgreSQL 7.4.19): PostgreSQL 7.4.19
+ PostgreSQL version (example: PostgreSQL 7.4.20): PostgreSQL 7.4.20
Compiler used (example: gcc 3.3.5) :
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index e148929a46..2d4443758d 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.19"
-#define PG_VERSION_STR "7.4.19 (win32)"
+#define PG_VERSION "7.4.20"
+#define PG_VERSION_STR "7.4.20 (win32)"
#define SYSCONFDIR ""
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index 741e8c53e1..cf8d176410 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,19,0
- PRODUCTVERSION 7,4,19,0
+ FILEVERSION 7,4,20,0
+ PRODUCTVERSION 7,4,20,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, 19, 0\0"
+ VALUE "FileVersion", "7, 4, 20, 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, 19, 0\0"
+ VALUE "ProductVersion", "7, 4, 20, 0\0"
END
END
BLOCK "VarFileInfo"