mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Replace version numbers with macros
This commit is contained in:
parent
cdf08ee2cd
commit
d354f3796f
@ -6,9 +6,9 @@ class CfgPatches {
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.60;
|
||||
requiredAddons[] = {ace_core, ace_interaction};
|
||||
version = "1.0";
|
||||
versionStr = "1.0";
|
||||
versionAr[] = {1,0,0};
|
||||
version = QUOTE(VERSION);
|
||||
versionStr = QUOTE(VERSION);
|
||||
versionAr[] = {VERSION_AR};
|
||||
author[] = {"KoffeinFlummi","BadGuy (simon84)"};
|
||||
authorUrl = "https://github.com/KoffeinFlummi/";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user