Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/icons')
-rw-r--r--source/icons/winblender.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/icons/winblender.rc b/source/icons/winblender.rc
index d1b67725b57..316786c8b30 100644
--- a/source/icons/winblender.rc
+++ b/source/icons/winblender.rc
@@ -23,12 +23,12 @@ BEGIN
BEGIN
BLOCK "04090000"
BEGIN
-#if defined(FREE_WINDOWS) || !defined(WINDRES) // this doesnt work for mingw.
- VALUE "FileVersion", "Unknown"
- VALUE "ProductVersion", "Unknown"
-#else
+#ifdef WINDRES // this doesnt work for mingw.
VALUE "FileVersion", BLEN_VER_RC_STR
VALUE "ProductVersion", BLEN_VER_RC_STR
+#else
+ VALUE "FileVersion", "Unknown"
+ VALUE "ProductVersion", "Unknown"
#endif
VALUE "CompanyName", "Blender Foundation"
VALUE "FileDescription", "Blender"