Skip to content

Commit

Permalink
[ALL] Updated version to 1.8.0.1808241 clusterbuild 1.84.144923 - Pub…
Browse files Browse the repository at this point in the history
…lic Stable
  • Loading branch information
DarrellJMartin committed Aug 24, 2018
1 parent 6a0dcbc commit ef8555b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

// TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!)
#define MAJOR 1
#define MINOR 7
#define PATCHLVL 1
#define MINOR 8
#define PATCHLVL 0
// BUILD should be YYMMDDR eg 1311211
#define BUILD 1807171
#define BUILD 1808241

#define CLUSTERBUILD "Arma 3","Arma3",182,144710,"Stable"
#define CLUSTERBUILD "Arma 3","Arma3",184,144923,"Stable"

#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.82
#define REQUIRED_VERSION 1.84


/*
Expand Down

0 comments on commit ef8555b

Please sign in to comment.