summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-04-19 03:06:28 +0000
committerBruce Momjian2007-04-19 03:06:28 +0000
commitaf6b2e30a463600a559700a67d1a97c0b2413258 (patch)
tree7389db5046a331c9dc76f2fba694dcb4ec7f85e7
parent28ecd60233b26c8c8fc0116fb1e0f721183a3322 (diff)
Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
-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 991653970a1..c1ad1727584 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.3.18): PostgreSQL 7.3.18
+ PostgreSQL version (example: PostgreSQL 7.3.19): PostgreSQL 7.3.19
Compiler used (example: gcc 3.3.5) :
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index e4fd8f7e47b..f4cce0d2a6b 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.18"
-#define PG_VERSION_STR "7.3.18 (win32)"
+#define PG_VERSION "7.3.19"
+#define PG_VERSION_STR "7.3.19 (win32)"
#define SYSCONFDIR ""
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index dc7327135f6..d5db8dd82d2 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,18,0
- PRODUCTVERSION 7,3,18,0
+ FILEVERSION 7,3,19,0
+ PRODUCTVERSION 7,3,19,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, 18, 0\0"
+ VALUE "FileVersion", "7, 3, 19, 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, 18, 0\0"
+ VALUE "ProductVersion", "7, 3, 19, 0\0"
END
END
BLOCK "VarFileInfo"