Skip to content

Commit

Permalink
Main - Bump required CBA version (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jul 5, 2024
1 parent 3a32c1b commit 6d9ad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 2.14
#define REQUIRED_CBA_VERSION {3,15,5}
#define REQUIRED_CBA_VERSION {3,17,0}

#ifdef COMPONENT_BEAUTIFIED
#define COMPONENT_NAME QUOTE(ACRE2 - COMPONENT_BEAUTIFIED)
Expand Down

0 comments on commit 6d9ad4e

Please sign in to comment.