1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +03:00

Stamp HEAD as 12devel

Let the hacking begin ...
This commit is contained in:
Andrew Dunstan
2018-06-30 12:47:59 -04:00
parent d842139099
commit feced1387f
8 changed files with 23 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 11,0,0,0
PRODUCTVERSION 11,0,0,0
FILEVERSION 12,0,0,0
PRODUCTVERSION 12,0,0,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", "11.0\0"
VALUE "FileVersion", "12.0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 2018\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
VALUE "ProductVersion", "11.0\0"
VALUE "ProductVersion", "12.0\0"
END
END
BLOCK "VarFileInfo"