Skip to content

Commit

Permalink
v bump 150527
Browse files Browse the repository at this point in the history
  • Loading branch information
ViperMaul committed May 27, 2015
1 parent 8af7afe commit a54ca57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#define MAJOR 1
#define MINOR 1
#define PATCHLVL 21
#define BUILD 150502
#define BUILD 150527
//We will use the DATE for the BUILD# in the format YYMMDD - VM

#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.36
#define REQUIRED_VERSION 1.41

/*
// Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)
Expand Down

0 comments on commit a54ca57

Please sign in to comment.