Skip to content

Commit

Permalink
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Community Base Addons
[![](https://img.shields.io/travis/CBATeam/CBA_A3.svg?style=flat-square)](https://travis-ci.org/CBATeam/CBA_A3)
[![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.7.1+is%3Aclosed)
[![](https://img.shields.io/badge/Release-3.7.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.7.1.180604)
[![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.8)
[![](https://img.shields.io/badge/Release-3.8.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.8.0.180701)
[![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki)
[![](https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square)](https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3)
[![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html)
6 changes: 3 additions & 3 deletions addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
#define PREFIX cba
// TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!)
#define MAJOR 3
#define MINOR 7
#define PATCHLVL 1
#define BUILD 180604
#define MINOR 8
#define PATCHLVL 0
#define BUILD 180701
//We will use the DATE for the BUILD# in the format YYMMDD - VM

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
2 changes: 1 addition & 1 deletion mod.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Community Base Addons v3.7.1";
name = "Community Base Addons v3.8.0";
picture = "logo_cba_ca.paa";
actionName = "Website";
action = "https://github.com/CBATeam/CBA_A3/wiki";

0 comments on commit c2eebd0

Please sign in to comment.