Skip to content

Commit

Permalink
Bump version to 1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Apr 28, 2016
1 parent 2628a99 commit 65f76d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4.1-blue.svg" alt="TAC Mods Version">
<img src="https://img.shields.io/badge/Version-1.5.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
4 changes: 2 additions & 2 deletions addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define PREFIX tac

#define MAJOR 1
#define MINOR 4
#define PATCHLVL 1
#define MINOR 5
#define PATCHLVL 0
#define BUILD 0

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
Expand Down
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.4.1";
name = "Theseus Inc. Mods 1.5.0";
picture = "logo_tac_ca.paa";
actionName = "Website";
action = "http://www.theseus-aegis.com/";
Expand Down

0 comments on commit 65f76d9

Please sign in to comment.