summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-01-05 20:53:11 +0000
committerBruce Momjian2007-01-05 20:53:11 +0000
commit37a86cd2544053e6dabb3df5d3c1ac4ab63eb695 (patch)
treec1dbddc31d37b017b2724d403feb72c55f7ccf3e
parente105a651f76e532db849f37812711a66ec7d5902 (diff)
Stamp release 7.4.15.
-rw-r--r--doc/FAQ2
-rw-r--r--doc/bug.template2
-rw-r--r--doc/src/FAQ/FAQ.html2
-rw-r--r--src/include/pg_config.h.win324
-rw-r--r--src/interfaces/libpq/libpq.rc8
5 files changed, 9 insertions, 9 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 5a60ccb5f91..a7291b18eea 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -253,7 +253,7 @@
1.7) What is the latest release?
- The latest release of PostgreSQL is version 8.1.5.
+ The latest release of PostgreSQL is version 8.2.1.
We plan to have major releases every six to eight months.
diff --git a/doc/bug.template b/doc/bug.template
index fd6b4853bd6..b9b4f1469f2 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.14): PostgreSQL 7.4.14
+ PostgreSQL version (example: PostgreSQL 7.4.15): PostgreSQL 7.4.15
Compiler used (example: gcc 3.3.5) :
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 494cba61477..b5b1e0bb4ac 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -330,7 +330,7 @@
<H4><A name="1.7">1.7</A>) What is the latest release?</H4>
- <P>The latest release of PostgreSQL is version 8.1.5.</P>
+ <P>The latest release of PostgreSQL is version 8.2.1.</P>
<P>We plan to have major releases every six to eight months.</P>
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 7696bb5082f..7863cbca536 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.14"
-#define PG_VERSION_STR "7.4.14 (win32)"
+#define PG_VERSION "7.4.15"
+#define PG_VERSION_STR "7.4.15 (win32)"
#define SYSCONFDIR ""
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index 0bc04c29051..aedb1d96550 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,14,0
- PRODUCTVERSION 7,4,14,0
+ FILEVERSION 7,4,15,0
+ PRODUCTVERSION 7,4,15,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, 14, 0\0"
+ VALUE "FileVersion", "7, 4, 15, 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, 14, 0\0"
+ VALUE "ProductVersion", "7, 4, 15, 0\0"
END
END
BLOCK "VarFileInfo"