From 4a49178071b6750a939181223ce6fc9fab98f415 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Fri, 3 May 2019 06:55:02 -0500 Subject: [PATCH] Bump to v3.11.1.190503 --- README.md | 4 ++-- addons/main/script_version.hpp | 4 ++-- mod.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5307669ab..4dce3dafd 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.11) -[![](https://img.shields.io/badge/Release-3.11.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.11.0.190501) +[![](https://img.shields.io/badge/Changelog-Link-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A3.11.1) +[![](https://img.shields.io/badge/Release-3.11.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.11.1.190503) [![](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 434fb4cca..fab3823b3 100755 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 3 #define MINOR 11 -#define PATCHLVL 0 -#define BUILD 190501 +#define PATCHLVL 1 +#define BUILD 190503 diff --git a/mod.cpp b/mod.cpp index 1c8b64b33..39cd94e0f 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v3.11.0"; +name = "Community Base Addons v3.11.1"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "https://github.com/CBATeam/CBA_A3/wiki";