mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
e0dc23367c
We changed copyright to use "present" for the current year, so we no longer need to hardcode this and (like now) forget to bump it yearly.
30 lines
1001 B
Plaintext
30 lines
1001 B
Plaintext
#include "core/version.h"
|
|
|
|
GODOT_ICON ICON platform/windows/godot_console.ico
|
|
|
|
1 VERSIONINFO
|
|
FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0
|
|
PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH,0
|
|
FILEOS 4
|
|
FILETYPE 1
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Godot Engine"
|
|
VALUE "FileDescription", VERSION_NAME " (Console)"
|
|
VALUE "FileVersion", VERSION_NUMBER
|
|
VALUE "ProductName", VERSION_NAME " (Console)"
|
|
VALUE "Licence", "MIT"
|
|
VALUE "LegalCopyright", "(c) 2007-present Juan Linietsky, Ariel Manzur and Godot Engine contributors"
|
|
VALUE "Info", "https://godotengine.org"
|
|
VALUE "ProductVersion", VERSION_FULL_BUILD
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|