diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-09-11 17:36:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-09-11 17:36:45 +0000 |
commit | 59f7d47ed77348f5a0f491dd48f633ad97578049 (patch) | |
tree | 4c9762d2389525a454a10940bab9e2b0398b4240 | |
parent | 465ae004ce61044e233c272b1e83d60f3fa087d9 (diff) | |
download | postgresql-59f7d47ed77348f5a0f491dd48f633ad97578049.tar.gz postgresql-59f7d47ed77348f5a0f491dd48f633ad97578049.zip |
Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.
Update FAQs for 8.2.5.
-rw-r--r-- | doc/FAQ | 2 | ||||
-rw-r--r-- | doc/bug.template | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 4 | ||||
-rw-r--r-- | src/interfaces/libpq/libpq.rc | 8 |
5 files changed, 9 insertions, 9 deletions
@@ -253,7 +253,7 @@ 1.7) What is the latest release? - The latest release of PostgreSQL is version 8.2.4. + The latest release of PostgreSQL is version 8.2.5. We plan to have major releases every six to eight months. diff --git a/doc/bug.template b/doc/bug.template index d984c2f6652..67028217912 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.17): PostgreSQL 7.4.17 + PostgreSQL version (example: PostgreSQL 7.4.18): PostgreSQL 7.4.18 Compiler used (example: gcc 3.3.5) : diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 37237db3e6d..06a676eec9c 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.2.4.</P> + <P>The latest release of PostgreSQL is version 8.2.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 9287a3a1e78..9dae0799345 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.17" -#define PG_VERSION_STR "7.4.17 (win32)" +#define PG_VERSION "7.4.18" +#define PG_VERSION_STR "7.4.18 (win32)" #define SYSCONFDIR "" diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index 85eddfe4eb9..ce17124ff4e 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,17,0 - PRODUCTVERSION 7,4,17,0 + FILEVERSION 7,4,18,0 + PRODUCTVERSION 7,4,18,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, 17, 0\0" + VALUE "FileVersion", "7, 4, 18, 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, 17, 0\0" + VALUE "ProductVersion", "7, 4, 18, 0\0" END END BLOCK "VarFileInfo" |