File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Community Base Addons
2
2
3
- [ ![ ] ( https://img.shields.io/badge/Changelog-2.5 .0-orange.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A2.5 .0+is%3Aclosed )
4
- [ ![ ] ( https://img.shields.io/badge/Release-2.5 .0-blue.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/releases/tag/v2.5 .0.160711 )
3
+ [ ![ ] ( https://img.shields.io/badge/Changelog-3.0 .0-orange.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.0 .0+is%3Aclosed )
4
+ [ ![ ] ( https://img.shields.io/badge/Release-3.0 .0-blue.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/releases/tag/v3.0 .0.160713 )
5
5
[ ![ ] ( https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square )] ( https://github.com/CBATeam/CBA_A3/wiki )
6
6
[ ![ ] ( https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square )] ( https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3 )
7
7
[ ![ ] ( 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 1
1
// COMPONENT should be defined in the script_component.hpp and included BEFORE this hpp
2
2
#define PREFIX cba
3
3
// TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!)
4
- #define MAJOR 2
5
- #define MINOR 5
4
+ #define MAJOR 3
5
+ #define MINOR 0
6
6
#define PATCHLVL 0
7
- #define BUILD 160711
7
+ #define BUILD 160713
8
8
// We will use the DATE for the BUILD# in the format YYMMDD - VM
9
9
10
10
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
11
11
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
12
12
13
13
14
14
// MINIMAL required version for the Mod. Components can specify others..
15
- #define REQUIRED_VERSION 1.54
15
+ #define REQUIRED_VERSION 1.62
16
16
17
17
/*
18
18
// Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)
Original file line number Diff line number Diff line change 1
- name = " Community Base Addons v2.5 .0" ;
1
+ name = " Community Base Addons v3.0 .0" ;
2
2
picture = " logo_cba_ca.paa" ;
3
3
actionName = " Website" ;
4
4
action = " https://github.com/CBATeam/CBA_A3/wiki" ;
You can’t perform that action at this time.
0 commit comments