diff --git a/README.md b/README.md index 48f7a61c0..7acb89091 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # 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/releases/latest) -[![](https://img.shields.io/badge/Release-3.16.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/latest) +[![](https://img.shields.io/github/release/CBATeam/CBA_A3.svg?style=flat-square&label=Version)](https://github.com/CBATeam/CBA_A3/releases/latest) [![](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) +[![](https://img.shields.io/badge/Discord-Join%20%23cba-darkviolet.svg?style=flat-square)](https://acemod.org/discord) ## Installation diff --git a/addons/main/script_version.hpp b/addons/main/script_version.hpp index c1c2596c4..0fb46af32 100755 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 3 -#define MINOR 16 -#define PATCHLVL 1 +#define MINOR 17 +#define PATCHLVL 0 #define BUILD 000000