Incremented version number to v66..

Version number incremented to v66 due to number of new features.
This commit is contained in:
kuplion 2017-03-23 06:38:07 +00:00 committed by GitHub
parent 9e152e21ad
commit a82a82565d
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Exile Occupation (a3_exile_occupation)
![v65a Bug Fix](https://img.shields.io/badge/v65a-Bug%20Fix-red.svg) ![Arma 1.66](https://img.shields.io/badge/Arma-1.66-blue.svg) ![Exile 1.0.2 Sweet Potato](https://img.shields.io/badge/Exile-1.0.2%20Sweet%20Potato-C72651.svg)
![v66 New Features](https://img.shields.io/badge/v66-New%20Features-red.svg) ![Arma 1.68](https://img.shields.io/badge/Arma-1.68-blue.svg) ![Exile 1.0.2 Sweet Potato](https://img.shields.io/badge/Exile-1.0.2%20Sweet%20Potato-C72651.svg)
WTF is Occupation?
An AI spawner and monitor to be used in conjunction with DMS and will not work without it:

View File

@ -4,7 +4,7 @@ class CfgPatches
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
a3_exile_occupation_version = "V65a (04-03-2017)";
a3_exile_occupation_version = "V66 (23-03-2017)";
requiredAddons[] = {"a3_dms"};
author[]= {"second_coming - modified by [FPS]kuplion"};
};