From: Bruce Momjian Date: Fri, 5 Jan 2007 20:53:11 +0000 (+0000) Subject: Stamp release 7.4.15. X-Git-Tag: REL7_4_15~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37a86cd2544053e6dabb3df5d3c1ac4ab63eb695;p=thirdparty%2Fpostgresql.git Stamp release 7.4.15. --- diff --git a/doc/FAQ b/doc/FAQ index 5a60ccb5f91..a7291b18eea 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.5. + The latest release of PostgreSQL is version 8.2.1. We plan to have major releases every six to eight months. diff --git a/doc/bug.template b/doc/bug.template index fd6b4853bd6..b9b4f1469f2 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.14): PostgreSQL 7.4.14 + PostgreSQL version (example: PostgreSQL 7.4.15): PostgreSQL 7.4.15 Compiler used (example: gcc 3.3.5) : diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 494cba61477..b5b1e0bb4ac 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -330,7 +330,7 @@

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.

diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 7696bb5082f..7863cbca536 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.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 "" diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index 0bc04c29051..aedb1d96550 100644 --- a/src/interfaces/libpq/libpq.rc +++ b/src/interfaces/libpq/libpq.rc @@ -1,8 +1,8 @@ #include 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"