From: Bruce Momjian Date: Sun, 12 Feb 2006 18:41:22 +0000 (+0000) Subject: Stamp releases for 2006-02-14 release X-Git-Tag: REL7_3_14~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c551fd362ed8f3b6025c6ae07b035a7f4701f06e;p=thirdparty%2Fpostgresql.git Stamp releases for 2006-02-14 release --- diff --git a/doc/bug.template b/doc/bug.template index 5454c087e08..e9659b323c4 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.3.12): PostgreSQL 7.3.13 + PostgreSQL version (example: PostgreSQL 7.3.14): PostgreSQL 7.3.14 Compiler used (example: gcc 3.3.5) : diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 1db49866c56..a26f2e49ede 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.3.13" -#define PG_VERSION_STR "7.3.13 (win32)" +#define PG_VERSION "7.3.14" +#define PG_VERSION_STR "7.3.14 (win32)" #define SYSCONFDIR "" diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index 537e7629526..2aefd45c92a 100644 --- a/src/interfaces/libpq/libpq.rc +++ b/src/interfaces/libpq/libpq.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,3,13,0 - PRODUCTVERSION 7,3,13,0 + FILEVERSION 7,3,14,0 + PRODUCTVERSION 7,3,14,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, 13, 0\0" + VALUE "FileVersion", "7, 3, 14, 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, 13, 0\0" + VALUE "ProductVersion", "7, 3, 14, 0\0" END END BLOCK "VarFileInfo"