Skip to content

Commit

Permalink
Updated versioning (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Jul 21, 2024
1 parent 672c37e commit 430dfff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .hemtt/project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "7th Cavalry Community Addon"
prefix = "cav"
author = "7th Cavalry S3 Mod Team"
prefix = "cav"
mainprefix = "z"

[files]
Expand Down
2 changes: 1 addition & 1 deletion addons/main/CfgSettings.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class CfgSettings {
class CBA {
class Versioning {
class CavMod {
class cav {
class dependencies {
//Mod will hard exit if this is missing
CBA[] = {"cba_main", REQUIRED_CBA_VERSION, "(true)"};
Expand Down
2 changes: 1 addition & 1 deletion addons/main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ class CfgPatches {

class CfgMods {
class PREFIX {
dir = "@cavmod";
dir = "@7CavAddons";
name = CSTRING(Name);
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
hidePicture = "true";
Expand Down
4 changes: 2 additions & 2 deletions addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD

// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 2.02
#define REQUIRED_CBA_VERSION {3,15,8}
#define REQUIRED_VERSION 2.16
#define REQUIRED_CBA_VERSION {3,16,0}

#ifdef COMPONENT_BEAUTIFIED
#define COMPONENT_NAME QUOTE(7th Cavalry Community Addon - COMPONENT_BEAUTIFIED)
Expand Down

0 comments on commit 430dfff

Please sign in to comment.