Skip to content

Commit

Permalink
Prep for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astruyk committed Dec 3, 2014
1 parent f5c9459 commit c1f2cef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
Binary file removed bin/@Ares/keys/Ares_1_3_0.bikey
Binary file not shown.
Binary file added bin/@Ares/keys/Ares_1_4_0.bikey
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/@Ares/mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name = "Ares";
picture = "ares_logo.paa";
actionName = "Website";
action = "https://github.com/astruyk/Ares";
tooltip = "Ares 1.3.0";
tooltip = "Ares 1.4.0";
overview = "Ares augments the existing Zeus functionality, expanding the toolset and making it easy to create more compelling missions on the fly.";
author = "Anton Struyk";
3 changes: 3 additions & 0 deletions bin/@Ares/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Or check out the source code at: https://github.com/astruyk/Ares

Changelists

V.1.4.0
* Added a bunch more premade base compositions from Vernei's prebuilt pastable bases ( http://www.armaholic.com/page.php?id=27531 ). Used with permission.

V.1.3.0
* Util - Added module to dump composition code to RPT file (aimed at making it easier for me to generate compositions)
* Compositions - Re-organized the Ares composition menus to be a little more clear
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_pbo.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET TOOL_DIR="C:\Games\Steam\steamapps\common\Arma 3 Tools\"
SET CONTENT_DIR="C:\Users\Anton\Documents\SourceTree\Ares"
SET VERSION=1_3_0
SET VERSION=1_4_0

%TOOL_DIR%\AddonBuilder\AddonBuilder.exe %CONTENT_DIR%\src\addons\ares_zeusExtensions %CONTENT_DIR%\bin\@Ares\addons -sign="..\..\..\..\Dropbox\Arma3\Ares_%VERSION%.biprivatekey" -packonly -clear > build_PBO_out.txt
pause
6 changes: 3 additions & 3 deletions src/addons/ares_zeusExtensions/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class CfgPatches
requiredVersion = 0.1;
author[] = { "Anton Struyk" };
authorUrl = "https://github.com/astruyk/";
version = 1.3.0;
versionStr = "1.3.0";
versionAr[] = {1,3,0};
version = 1.4.0;
versionStr = "1.4.0";
versionAr[] = {1,4,0};

#include "units.hpp"

Expand Down

0 comments on commit c1f2cef

Please sign in to comment.