summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-10-09 23:38:34 +0000
committerBruce Momjian2006-10-09 23:38:34 +0000
commit10d46101f9d2edc41fbe92dab1959fcc2326fd1a (patch)
treea315d668ce9976c968d18f7e4b82d44c625a8113
parentf18ace69dc9e3c95399784c4d954f6c43bac8a23 (diff)
Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
-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
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/FAQ b/doc/FAQ
index e22fb493c57..5a60ccb5f91 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.4.
+ The latest release of PostgreSQL is version 8.1.5.
We plan to have major releases every six to eight months.
diff --git a/doc/bug.template b/doc/bug.template
index 39a4a5b8735..fd6b4853bd6 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.13): PostgreSQL 7.4.13
+ PostgreSQL version (example: PostgreSQL 7.4.14): PostgreSQL 7.4.14
Compiler used (example: gcc 3.3.5) :
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index b41beabeed4..494cba61477 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.4.</P>
+ <P>The latest release of PostgreSQL is version 8.1.5.</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 0c29404c7cf..7696bb5082f 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.13"
-#define PG_VERSION_STR "7.4.13 (win32)"
+#define PG_VERSION "7.4.14"
+#define PG_VERSION_STR "7.4.14 (win32)"
#define SYSCONFDIR ""