]> 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:35 +0000 (20:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 21 May 2006 20:28:35 +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.in
src/port/win32ver.rc

diff --git a/doc/FAQ b/doc/FAQ
index 4be1d1621cd5a327c5dbb6afd9d56919b0b95ac1..51a26bf6f6fe0f4f02045696cb88d65da298df73 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 a major release every year, with minor releases every
    few months.
index 27d98ef6775644c6ef8250cd57bcb004a0a441ee..bdf452a9ea3f61b0710f8662a9e081368e360d63 100644 (file)
@@ -31,7 +31,7 @@ System Configuration:
 
   Operating System (example: Linux 2.4.18)     :
 
-  PostgreSQL version (example: PostgreSQL 8.0.7):  PostgreSQL 8.0.7
+  PostgreSQL version (example: PostgreSQL 8.0.7):  PostgreSQL 8.0.8
 
   Compiler used (example: gcc 3.3.5)           :
 
index 0a7202045ba78b133e8dd4a8291935fcfe650673..5ef4d9a1eb81387fb13ed0ea13ee290220bebb1e 100644 (file)
 
     <H3><A name="1.7">1.7</A>) What is the latest release?</H3>
 
-    <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 a major release every year, with minor releases
     every few months.</P>
index 471762392a9c2ee215061c76669b8b257859e162..3174bb73b003cbc501aaf7c2d9c3450c8e1ebab4 100644 (file)
@@ -3,8 +3,8 @@
 /*
  * Parts of pg_config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "8.0.7"
-#define PG_VERSION_STR "8.0.7 (win32)"
+#define PG_VERSION "8.0.8"
+#define PG_VERSION_STR "8.0.8 (win32)"
 
 #define DEF_PGPORT 5432
 #define DEF_PGPORT_STR "5432"
index a0ece11d3ddc668ff44c6ef60a7a64fc60a900b2..a2acb95cef94dc6e463321c28a88d85dbc78bd4f 100644 (file)
@@ -1,8 +1,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,0,7,0
- PRODUCTVERSION 8,0,7,0
+ FILEVERSION 8,0,8,0
+ PRODUCTVERSION 8,0,8,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", "8.0.7\0"
+            VALUE "FileVersion", "8.0.8\0"
             VALUE "InternalName", "libpq\0"
             VALUE "LegalCopyright", "Copyright (C) 2005\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
-            VALUE "ProductVersion", "8.0.7\0"
+            VALUE "ProductVersion", "8.0.8\0"
         END
     END
     BLOCK "VarFileInfo"
index a0104f4621459ea6aa620913f218be84de922fb5..0bfcbb0af7b2cceff04d9ed79f467a0f96ef6668 100644 (file)
@@ -2,8 +2,8 @@
 #include "pg_config.h"
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION    8,0,7,0
- PRODUCTVERSION 8,0,7,0
+ FILEVERSION    8,0,8,0
+ PRODUCTVERSION 8,0,8,0
  FILEFLAGSMASK  0x17L
  FILEFLAGS      0x0L
  FILEOS         VOS_NT_WINDOWS32