Skip to content

Commit ca21628

Browse files
committed
v bump
1 parent f5ac24b commit ca21628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Community Base Addons
22

3-
[![](https://img.shields.io/badge/Changelog-2.2.0-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=is%3Aclosed+milestone%3A2.1.2)
4-
[![](https://img.shields.io/badge/Release-2.2.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.2.0.151130)
3+
[![](https://img.shields.io/badge/Changelog-2.3.0-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A2.3+is%3Aclosed)
4+
[![](https://img.shields.io/badge/Release-2.3.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.3.0.160217)
55
[![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki)
66
[![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html)
77

addons/main/script_mod.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#define MAJOR 2
55
#define MINOR 3
66
#define PATCHLVL 0
7-
#define BUILD 160128
7+
#define BUILD 160217
88
//We will use the DATE for the BUILD# in the format YYMMDD - VM
99

1010
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
1111
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
1212

1313

1414
// MINIMAL required version for the Mod. Components can specify others..
15-
#define REQUIRED_VERSION 1.50
15+
#define REQUIRED_VERSION 1.54
1616

1717
/*
1818
// Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)

0 commit comments

Comments
 (0)