Skip to content

Commit a54ca57

Browse files
committed
v bump 150527
1 parent 8af7afe commit a54ca57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/main/script_mod.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#define MAJOR 1
55
#define MINOR 1
66
#define PATCHLVL 21
7-
#define BUILD 150502
7+
#define BUILD 150527
88
//We will use the DATE for the BUILD# in the format YYMMDD - VM
99

1010
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
1111
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
1212

1313

1414
// MINIMAL required version for the Mod. Components can specify others..
15-
#define REQUIRED_VERSION 1.36
15+
#define REQUIRED_VERSION 1.41
1616

1717
/*
1818
// Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)

0 commit comments

Comments
 (0)