diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-02 00:15:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-02 00:15:35 +0000 |
commit | de59c01f26edd8913d23870b858b2b79ada43e8e (patch) | |
tree | 1fe0aa82c42830bc519b197cf5010d4d28fa382b /src | |
parent | abeae11765ccc7edd9a6c825c1cb8c04346fadb4 (diff) | |
download | postgresql-de59c01f26edd8913d23870b858b2b79ada43e8e.tar.gz postgresql-de59c01f26edd8913d23870b858b2b79ada43e8e.zip |
Stamp release 7.4.16.REL7_4_16
Security: CVE-2007-0555, CVE-2007-0556
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 4 | ||||
-rw-r--r-- | src/interfaces/libpq/libpq.rc | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 7863cbca536..5dad9a747c6 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.15" -#define PG_VERSION_STR "7.4.15 (win32)" +#define PG_VERSION "7.4.16" +#define PG_VERSION_STR "7.4.16 (win32)" #define SYSCONFDIR "" diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index aedb1d96550..04db285f904 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,15,0 - PRODUCTVERSION 7,4,15,0 + FILEVERSION 7,4,16,0 + PRODUCTVERSION 7,4,16,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, 15, 0\0" + VALUE "FileVersion", "7, 4, 16, 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, 15, 0\0" + VALUE "ProductVersion", "7, 4, 16, 0\0" END END BLOCK "VarFileInfo" |