Skip to content

Commit

Permalink
Update Version Numbers to v0.95.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed Jan 12, 2015
1 parent 9e5a7e3 commit c2fa945
Show file tree
Hide file tree
Showing 49 changed files with 147 additions and 147 deletions.
6 changes: 3 additions & 3 deletions AGM_AI/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi", "commy2"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Aircraft/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi", "Crusty"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Armour/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi", "Adanteh"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Attach/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_IR_Strobe_Item"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi", "eRazeri", "CAA-Picard"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Backblast/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Backpacks/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"bux", "commy2"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Ballistics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class CfgPatches {
weapons[] = {"AGM_muzzle_mzls_H", "AGM_muzzle_mzls_B", "AGM_muzzle_mzls_L", "AGM_muzzle_mzls_smg_01", "AGM_muzzle_mzls_smg_02"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"TaoSensai", "commy2"};
authorUrl = "https://github.com/Taosenai/tmr";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Captives/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_CableTie"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ class CfgPatches {
"extended_eventhandlers",
"cba_extended_eventhandlers"
};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Difficulties/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Disposable/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Explosives/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_Clacker", "AGM_DefusalKit", "AGM_M26_Clacker", "AGM_DeadManSwitch"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"Garth 'L-H' de Wet"};
authorUrl = "https://github.com/corruptedheart/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_FastRoping/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_FireControlSystem/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi","BadGuy (simon84)"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_GForces/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Goggles/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"Garth 'L-H' de Wet"};
authorUrl = "https://github.com/CorruptedHeart";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Grenades/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Headless/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Hearing/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_EarBuds"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi", "CAA-Picard", "HopeJ", "commy2"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Interaction/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard", "bux578"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Inventory/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches{
weapons[] = {};
requiredVersion = 0.6;
requiredAddons[] = {"AGM_Core"};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"Pabst Mirror"};
authorUrl = "https://github.com/PabstMirror/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Logistics/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_UAVBattery"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi", "Garth 'L-H' de Wet", "marc_book", "gpgpgpgp", "nic547"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_MagazineRepack/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "CAA-Picard"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Map/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_MapTools"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi","CAA-Picard"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Markers/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Medical/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ class CfgPatches {
weapons[] = {"AGM_Bandage", "AGM_Morphine", "AGM_Epipen", "AGM_Bloodbag"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"KoffeinFlummi"};
authorUrl = "https://github.com/KoffeinFlummi/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_Movement/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.10;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi", "Tachii"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_NameTags/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core, AGM_Interaction};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "CAA-Picard"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_NightVision/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {"AGM_NVG_Gen1", "AGM_NVG_Gen2", /*"AGM_NVG_Gen3",*/ "AGM_NVG_Gen4", "AGM_NVG_Wide"};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
6 changes: 3 additions & 3 deletions AGM_NoRadio/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class CfgPatches {
weapons[] = {};
requiredVersion = 0.60;
requiredAddons[] = {AGM_Core};
version = "0.95";
versionStr = "0.95";
versionAr[] = {0,95,0};
version = "0.95.1";
versionStr = "0.95.1";
versionAr[] = {0,95,1};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
};
Expand Down
Loading

0 comments on commit c2fa945

Please sign in to comment.