diff --git a/README.md b/README.md index 914c7cdc8..e796217b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons -[![](https://img.shields.io/badge/Changelog-2.1.1-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A2.1.1) -[![](https://img.shields.io/badge/Release-2.1.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.1.1.151010) +[![](https://img.shields.io/badge/Changelog-2.1.2-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A2.1.2) +[![](https://img.shields.io/badge/Release-2.1.2-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.1.2.151016) [![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki) [![](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 78eed366a..abee2d96d 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -3,8 +3,8 @@ // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) #define MAJOR 2 #define MINOR 1 -#define PATCHLVL 1 -#define BUILD 151010 +#define PATCHLVL 2 +#define BUILD 151016 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD