Skip to content

Commit 6f3e7a4

Browse files
committed
Version bump to 3.1.1.161012
1 parent caf0ca1 commit 6f3e7a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
[![](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+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)
3+
[![](https://img.shields.io/badge/Changelog-3.1.1-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.1.1+is%3Aclosed)
4+
[![](https://img.shields.io/badge/Release-3.1.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.1.1.161012)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!)
44
#define MAJOR 3
55
#define MINOR 1
6-
#define PATCHLVL 0
7-
#define BUILD 160928
6+
#define PATCHLVL 1
7+
#define BUILD 161012
88
//We will use the DATE for the BUILD# in the format YYMMDD - VM
99

1010
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD

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 v3.1.0";
1+
name = "Community Base Addons v3.1.1";
22
picture = "logo_cba_ca.paa";
33
actionName = "Website";
44
action = "https://github.com/CBATeam/CBA_A3/wiki";

0 commit comments

Comments
 (0)