From 7b37670b6b5d87d33c4869401730b50fe3c8c6d8 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Wed, 13 Jul 2016 07:59:48 -0700 Subject: [PATCH] Version bump to 3.0.0.160713 --- README.md | 4 ++-- addons/main/script_mod.hpp | 8 ++++---- mod.cpp | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 88839cec5..701f3efb0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons -[![](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/Changelog-3.0.0-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.0.0+is%3Aclosed) +[![](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) [![](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 b2f5f58ec..73b9a4399 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -1,10 +1,10 @@ // COMPONENT should be defined in the script_component.hpp and included BEFORE this hpp #define PREFIX cba // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) -#define MAJOR 2 -#define MINOR 5 +#define MAJOR 3 +#define MINOR 0 #define PATCHLVL 0 -#define BUILD 160711 +#define BUILD 160713 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD @@ -12,7 +12,7 @@ // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.54 +#define REQUIRED_VERSION 1.62 /* // Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :) diff --git a/mod.cpp b/mod.cpp index 74d3b4b96..6fb36d193 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v2.5.0"; +name = "Community Base Addons v3.0.0"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "https://github.com/CBATeam/CBA_A3/wiki";