Skip to content

Commit 7b37670

Browse files
committed
Version bump to 3.0.0.160713
1 parent a4ea809 commit 7b37670

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Community Base Addons
22

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)
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)

addons/main/script_mod.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// COMPONENT should be defined in the script_component.hpp and included BEFORE this hpp
22
#define PREFIX cba
33
// 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
66
#define PATCHLVL 0
7-
#define BUILD 160711
7+
#define BUILD 160713
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.54
15+
#define REQUIRED_VERSION 1.62
1616

1717
/*
1818
// Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)

mod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "Community Base Addons v2.5.0";
1+
name = "Community Base Addons v3.0.0";
22
picture = "logo_cba_ca.paa";
33
actionName = "Website";
44
action = "https://github.com/CBATeam/CBA_A3/wiki";

0 commit comments

Comments
 (0)