From 52b821f0769f554ff395daf8091604a1ff7f22a2 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Mon, 4 Jun 2018 21:16:09 -0500 Subject: [PATCH] Bump to 3.7.1.180604 --- README.md | 2 +- addons/main/script_mod.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 105c61689..d70a69431 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=milestone%3A3.7.1+is%3Aclosed) -[![](https://img.shields.io/badge/Release-3.7.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.7.1.180517) +[![](https://img.shields.io/badge/Release-3.7.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v3.7.1.180604) [![](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 9302b625a..57e30d785 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,7 +4,7 @@ #define MAJOR 3 #define MINOR 7 #define PATCHLVL 1 -#define BUILD 180517 +#define BUILD 180604 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD