From 3fd23da5ee2e69e1aca663b52ecf1f3d61188a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 19 Nov 2017 21:26:05 +0100 Subject: Rename the version's "revision" to "build" That "revision" was inherited from SVN days but had been since then used to give information about the build: "custom_build", "official", "". It can now be overridden with the BUILD_NAME environment variable. --- platform/windows/godot_res.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/windows') diff --git a/platform/windows/godot_res.rc b/platform/windows/godot_res.rc index 7b745f0f97..c535a749c0 100644 --- a/platform/windows/godot_res.rc +++ b/platform/windows/godot_res.rc @@ -29,7 +29,7 @@ BEGIN VALUE "Licence", "MIT" VALUE "LegalCopyright", "Copyright (c) 2007-" _MKSTR(VERSION_YEAR) " Juan Linietsky, Ariel Manzur" VALUE "Info", "https://godotengine.org" - VALUE "ProductVersion", _MKSTR(VERSION_MAJOR) "." _MKSTR(VERSION_MINOR) PATCH_STRING "." VERSION_REVISION + VALUE "ProductVersion", _MKSTR(VERSION_MAJOR) "." _MKSTR(VERSION_MINOR) PATCH_STRING "." VERSION_BUILD END END BLOCK "VarFileInfo" -- cgit v1.2.3