Skip to content

Commit

Permalink
Depend on AFM main, bump min version to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Oct 18, 2023
1 parent 941c074 commit 65ec2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/compatibility/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {
"afm_main",
"A3_Data_F_Decade_Loadorder"
};
author = "ArmaForces";
Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define VERSION_STR MAJOR.MINOR.PATCH
#define VERSION_AR MAJOR,MINOR,PATCH

#define REQUIRED_VERSION 2.00
#define REQUIRED_VERSION 2.14

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

0 comments on commit 65ec2a5

Please sign in to comment.