From 83331e61e6832458d582e3f033ccfd2a02dcd039 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Fri, 24 Feb 2017 13:59:53 -0600 Subject: [PATCH] Version bump to 3.2.0.170224 --- 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 1bd9ec518..bb0bf428b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons [![](https://travis-ci.org/CBATeam/CBA_A3.svg?style=flat-square)](https://travis-ci.org/CBATeam/CBA_A3) -[![](https://img.shields.io/badge/Changelog--orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.1.2+is%3Aclosed) -[![](https://img.shields.io/badge/Release-3.1.2-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.1.2.161105) +[![](https://img.shields.io/badge/Changelog--orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A3.2+is%3Aclosed) +[![](https://img.shields.io/badge/Release-3.2.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.2.0.170224) [![](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 4970350aa..3711db592 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 3 -#define MINOR 1 -#define PATCHLVL 2 -#define BUILD 161105 +#define MINOR 2 +#define PATCHLVL 0 +#define BUILD 170224 //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 7dd379718..1867f8a71 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v3.1.2"; +name = "Community Base Addons v3.2.0"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "https://github.com/CBATeam/CBA_A3/wiki";