]> granicus.if.org Git - postgresql/commitdiff
Stamp release 7.4.15.
authorBruce Momjian <bruce@momjian.us>
Fri, 5 Jan 2007 20:53:11 +0000 (20:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 5 Jan 2007 20:53:11 +0000 (20:53 +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 5a60ccb5f9102188d5eb32b292a370fab833b53f..a7291b18eeaa8bec75ebe3db42a8b46c8216f2a3 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    
     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.
    
index fd6b4853bd646e169cc975cce48efba5e06fca04..b9b4f1469f200a9e6da9dd0ed06dbcc833ebcc9c 100644 (file)
@@ -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)           :
 
index 494cba61477c6405b3b7f3a44df731500461eef9..b5b1e0bb4acbffeb15163eabffa046298eb932cf 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.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>
 
index 7696bb5082f438dd155dab7a153732002c018abc..7863cbca5361ea99c9ca80c9557f9cd91193fb00 100644 (file)
@@ -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 ""
 
index 0bc04c29051aecdc66d327be719c03870ea75196..aedb1d96550261b923bffac38ac5d47309d35be5 100644 (file)
@@ -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"