From 76ab225ac10edf206430c1b306100e1fa769a0e0 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Mon, 11 Jul 2016 21:55:09 -0700 Subject: [PATCH] Version bump to 2.5.0.160711 --- README.md | 4 ++-- addons/main/script_mod.hpp | 6 +++--- mod.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f0d0ab9c8..88839cec5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons -[![](https://img.shields.io/badge/Changelog-2.4.1-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A2.4.1+is%3Aclosed) -[![](https://img.shields.io/badge/Release-2.4.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.4.1.160606) +[![](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) +[![](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) [![](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) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 55b6bdcd0..b2f5f58ec 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -2,9 +2,9 @@ #define PREFIX cba // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) #define MAJOR 2 -#define MINOR 4 -#define PATCHLVL 1 -#define BUILD 160606 +#define MINOR 5 +#define PATCHLVL 0 +#define BUILD 160711 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD diff --git a/mod.cpp b/mod.cpp index bd582610d..74d3b4b96 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v2.4.1"; +name = "Community Base Addons v2.5.0"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "https://github.com/CBATeam/CBA_A3/wiki";