File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Community Base Addons
22[ ![ ] ( https://travis-ci.org/CBATeam/CBA_A3.svg?style=flat-square )] ( https://travis-ci.org/CBATeam/CBA_A3 )
3- [ ![ ] ( https://img.shields.io/badge/Changelog-3.1.0-orange.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.1.0 +is%3Aclosed )
4- [ ![ ] ( https://img.shields.io/badge/Release-3.1.0-blue.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/releases/tag/v3.1.0.160906 )
3+ [ ![ ] ( https://img.shields.io/badge/Changelog-3.1.0-orange.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.1+is%3Aclosed )
4+ [ ![ ] ( https://img.shields.io/badge/Release-3.1.0-blue.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/releases/tag/v3.1.0.160928 )
55[ ![ ] ( https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/wiki )
66[ ![ ] ( https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square )] ( https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3 )
77[ ![ ] ( https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square )] ( https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html )
Original file line number Diff line number Diff line change 44#define MAJOR 3
55#define MINOR 1
66#define PATCHLVL 0
7- #define BUILD 160906
7+ #define BUILD 160928
88// We will use the DATE for the BUILD# in the format YYMMDD - VM
99
1010#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
1111#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
1212
1313
1414// MINIMAL required version for the Mod. Components can specify others..
15- #define REQUIRED_VERSION 1.62
15+ #define REQUIRED_VERSION 1.64
1616
1717/*
1818// Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)
You can’t perform that action at this time.
0 commit comments