diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-03 21:42:17 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-03 21:42:17 +0000 |
commit | 56a2a4176389abdba65adf063fbfacf853a20132 (patch) | |
tree | 98e8bbf4d890b2b616f3bf30ee4f485cd60efc84 /src | |
parent | 63ee91fc451f11422371baec7e6041bd77cc414e (diff) | |
download | postgresql-56a2a4176389abdba65adf063fbfacf853a20132.tar.gz postgresql-56a2a4176389abdba65adf063fbfacf853a20132.zip |
Stamp release 7.4.19.REL7_4_19
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
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 9dae0799345..e148929a460 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.18" -#define PG_VERSION_STR "7.4.18 (win32)" +#define PG_VERSION "7.4.19" +#define PG_VERSION_STR "7.4.19 (win32)" #define SYSCONFDIR "" diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index ce17124ff4e..741e8c53e12 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,18,0 - PRODUCTVERSION 7,4,18,0 + FILEVERSION 7,4,19,0 + PRODUCTVERSION 7,4,19,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, 18, 0\0" + VALUE "FileVersion", "7, 4, 19, 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, 18, 0\0" + VALUE "ProductVersion", "7, 4, 19, 0\0" END END BLOCK "VarFileInfo" |