From 794b232795f1514c91b8c6d1c3d9ee3e268d1c10 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Sun, 17 Feb 2019 13:37:20 -0600 Subject: [PATCH] Bump to v3.10.0.190217 --- README.md | 4 ++-- addons/main/script_version.hpp | 6 +++--- mod.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 973d6dc9e..de8ef7039 100644 --- a/README.md +++ b/README.md @@ -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=is%3Aclosed+milestone%3A3.9.1) -[![](https://img.shields.io/badge/Release-3.9.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.9.1.181229) +[![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.10) +[![](https://img.shields.io/badge/Release-3.10.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.10.0.190217) [![](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_version.hpp b/addons/main/script_version.hpp index 36f8093ae..ea8aa38f3 100755 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 3 -#define MINOR 9 -#define PATCHLVL 1 -#define BUILD 181229 +#define MINOR 10 +#define PATCHLVL 0 +#define BUILD 190217 diff --git a/mod.cpp b/mod.cpp index 2da46a6ec..14652392e 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v3.9.1"; +name = "Community Base Addons v3.10.0"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "https://github.com/CBATeam/CBA_A3/wiki";