mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-16 22:50:22 +01:00
Merge branch 'utf8-compliant-versioninfo' into 'master'
Transcoding template file for version information under Windows to utf-8 See merge request dbus/dbus!139
This commit is contained in:
commit
773f136787
1 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
/* This file is processed by configure to create versioninfo.rc */
|
||||
|
||||
/* The file content uses UTF-8 encoding */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
|
@ -37,7 +40,7 @@ BEGIN
|
|||
VALUE "FileDescription", "dbus - FreeDesktop message bus system\0"
|
||||
VALUE "FileVersion", "@DBUS_VERSION@\0"
|
||||
VALUE "InternalName", "@DBUS_VER_INTERNAL_NAME@\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1994-2018 dbus contributors, see dbus source code for details\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1994-2020 dbus contributors, see dbus source code for details\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "@DBUS_VER_ORIGINAL_NAME@\0"
|
||||
VALUE "ProductName", "dbus\0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue