]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Stamp releases 7.3.15, 7.4.13, and 8.0.8.
authorBruce Momjian <bruce@momjian.us>
Sun, 21 May 2006 20:28:22 +0000 (20:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 21 May 2006 20:28:22 +0000 (20:28 +0000)
doc/FAQ
doc/bug.template
doc/src/FAQ/FAQ.html
src/include/pg_config.h.win32
src/interfaces/libpq/libpq.rc

diff --git a/doc/FAQ b/doc/FAQ
index 4c2092d6a923bb8f382d0adf0665c8bcbe6866ab..245846f38f9c33b21fb9a7a88bbbfcc0e0abb9ef 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    
     1.7) What is the latest release?
     
-   The latest release of PostgreSQL is version 8.1.3.
+   The latest release of PostgreSQL is version 8.1.4.
    
    We plan to have major releases every four months.
    
index e9659b323c4eb5a935afd3e317f2879594416dd6..65b7772091455141edc637e1feb9b2974e024dd1 100644 (file)
@@ -31,7 +31,7 @@ System Configuration:
 
   Operating System (example: Linux 2.4.18)     :
 
-  PostgreSQL version (example: PostgreSQL 7.3.14):  PostgreSQL 7.3.14
+  PostgreSQL version (example: PostgreSQL 7.3.14):  PostgreSQL 7.3.15
 
   Compiler used (example: gcc 3.3.5)           :
 
index 1349d91525e740e5dfc8c42a3b301c53431110dd..a3a43884dfa96519ecb6830e97ded6911f815a0e 100644 (file)
 
     <H4><A name="1.7">1.7</A>) What is the latest release?</H4>
 
-    <P>The latest release of PostgreSQL is version 8.1.3.</P>
+    <P>The latest release of PostgreSQL is version 8.1.4.</P>
 
     <P>We plan to have major releases every six to eight months.</P>
 
index a26f2e49edede5cf11421b11f245aada3909a1d2..9e7bcc4132fa3715abb70a033fc4bac499b83337 100644 (file)
@@ -3,8 +3,8 @@
 /*
  * Parts of pg_config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "7.3.14"
-#define PG_VERSION_STR "7.3.14 (win32)"
+#define PG_VERSION "7.3.15"
+#define PG_VERSION_STR "7.3.15 (win32)"
 
 #define SYSCONFDIR ""
 
index 2aefd45c92a2638fd83f8e068ec17eb320b82c17..a7b6cb130065a526bfda18559cebf0c684b0d516 100644 (file)
@@ -1,8 +1,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,3,14,0
- PRODUCTVERSION 7,3,14,0
+ FILEVERSION 7,3,15,0
+ PRODUCTVERSION 7,3,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, 3, 14, 0\0"
+            VALUE "FileVersion", "7, 3, 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, 3, 14, 0\0"
+            VALUE "ProductVersion", "7, 3, 15, 0\0"
         END
     END
     BLOCK "VarFileInfo"