From 0fca421e7a47ad618a7e3a1ca0982d266db3ae64 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Fri, 9 Oct 2015 14:57:22 -0700 Subject: [PATCH] bump v2.1.0.151009 --- 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 7ae1d5fdd..5e5fe1961 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons [![](https://img.shields.io/badge/Changelog-2.1-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A2.1+is%3Aclosed) -[![](https://img.shields.io/badge/Release-2.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.1.0.151008) +[![](https://img.shields.io/badge/Release-2.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.1.0.151009) [![](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 f376c232a..f66d6dd1e 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,7 +4,7 @@ #define MAJOR 2 #define MINOR 1 #define PATCHLVL 0 -#define BUILD 151008 +#define BUILD 151009 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD