Skip to content

Commit

Permalink
Bump version to 1.8.0.0, Update required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Sep 4, 2016
1 parent f850f42 commit 63ccd5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>
<p align="center">
<a href="https://github.com/Theseus-Aegis/tac-a3-mods/releases/latest">
<img src="https://img.shields.io/badge/Version-1.7.2-blue.svg" alt="TAC Mods Version">
<img src="https://img.shields.io/badge/Version-1.8.0-blue.svg" alt="TAC Mods Version">
</a>
<a href="https://github.com/Theseus-Aegis/tac-a3-mods/issues">
<img src="https://img.shields.io/github/issues-raw/Theseus-Aegis/tac-a3-mods.svg?label=Issues" alt="TAC Mods Issues">
Expand Down
10 changes: 5 additions & 5 deletions addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#define PREFIX tac

#define MAJOR 1
#define MINOR 7
#define PATCHLVL 2
#define MINOR 8
#define PATCHLVL 0
#define BUILD 0

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD

// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 1.60
#define REQUIRED_CBA_VERSION {2,4,1}
#define REQUIRED_ACE_VERSION {3,6,0}
#define REQUIRED_VERSION 1.62
#define REQUIRED_CBA_VERSION {3,0,0}
#define REQUIRED_ACE_VERSION {3,6,2}
2 changes: 1 addition & 1 deletion mod.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Theseus Inc. Mods 1.7.2";
name = "Theseus Inc. Mods 1.8.0";
picture = "logo_tac_ca.paa";
actionName = "Website";
action = "http://www.theseus-aegis.com/";
Expand Down

0 comments on commit 63ccd5e

Please sign in to comment.