From 495f0498825fd9c8aa6a7a3f75d85312e095bfaa Mon Sep 17 00:00:00 2001 From: Salbei Date: Mon, 10 Dec 2018 19:02:57 +0100 Subject: [PATCH] submitted test values --- addons/trenches/config.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/addons/trenches/config.cpp b/addons/trenches/config.cpp index 8e3ff1360dd..7e974b16b86 100644 --- a/addons/trenches/config.cpp +++ b/addons/trenches/config.cpp @@ -10,9 +10,7 @@ class CfgPatches { author = ECSTRING(common,ACETeam); authors[] = {"Grey", "esteldunedain", "chris579", "Salbei"}; url = ECSTRING(main,URL); - version = "3.12.5.40"; - versionStr = "3.12.5.40"; - versionAr[] = {3,12,5,40}; + VERSION_CONFIG; }; };