Merge pull request #1083 from acemod/fixWindDeflectionVersionMacro

wind deflection has wrong version number macro setup
This commit is contained in:
ulteq 2015-05-09 18:32:31 +02:00
commit 5a2d87adff

View File

@ -7,9 +7,9 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION; requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_weather"}; requiredAddons[] = {"ace_weather"};
versionDesc = "ACE Wind Deflection"; versionDesc = "ACE Wind Deflection";
version = VERSION;
author[] = {$STR_ACE_Common_ACETeam, "Glowbal", "Ruthberg"}; author[] = {$STR_ACE_Common_ACETeam, "Glowbal", "Ruthberg"};
authorUrl = "http://csemod.com"; authorUrl = "http://csemod.com";
VERSION_CONFIG;`
}; };
}; };