From: Bruce Momjian Date: Sun, 12 Feb 2006 18:41:22 +0000 (+0000) Subject: Stamp releases for 2006-02-14 release X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9668c44fae04a0eb68b116838a636717b203f9da;p=users%2Fbernd%2Fpostgres.git Stamp releases for 2006-02-14 release --- diff --git a/doc/bug.template b/doc/bug.template index 5454c087e0..e9659b323c 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 1db49866c5..a26f2e49ed 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 537e762952..2aefd45c92 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"