1029 version bump

This commit is contained in:
[VB]AWOL
2013-11-24 14:15:04 -06:00
parent fae5196a44
commit d431b21ce0
8 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -151,7 +151,7 @@ class RscDisplayMain : RscStandardDisplay
class DAYZ_Version : CA_Version
{
idc = -1;
text = "DayZ Epoch 1.0.2.8";
text = "DayZ Epoch 1.0.2.9";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
};
delete CA_TitleMainMenu;

View File

@@ -41,7 +41,7 @@ class CfgMods
hidePicture = 0;
hideName = 0;
action = "http://www.dayzepoch.com";
version = "1.0.2.8";
version = "1.0.2.9";
hiveVersion = 0.96; //0.93
};
};

View File

@@ -1351,7 +1351,7 @@ class FSM
priority = 2.000000;
to="ERROR__No_Player_1";
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(_myEpochAnim != ""1.0.2.8"") || (_myEpoch != ""1.0.2.8"") || (_myEpochB != ""1.0.2.8"") || (_myEpochSfx != ""1.0.2.8"")"/*%FSM</CONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(_myEpochAnim != ""1.0.2.9"") || (_myEpoch != ""1.0.2.9"") || (_myEpochB != ""1.0.2.9"") || (_myEpochSfx != ""1.0.2.9"")"/*%FSM</CONDITION""">*/;
action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/;
};
/*%FSM</LINK>*/

View File

@@ -3,7 +3,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
dayzVersion = "1.0.2.8";
dayzVersion = "1.0.2.9";
requiredAddons[] = {"dayz_code"};
};
};

View File

@@ -3,7 +3,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
dayzVersion = "1.0.2.8";
dayzVersion = "1.0.2.9";
requiredAddons[] = {"dayz_code"};
};
};

View File

@@ -22,7 +22,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
dayzVersion = "1.0.2.8";
dayzVersion = "1.0.2.9";
requiredAddons[] = {};
};
};

View File

@@ -1,5 +1,5 @@
dir = "@DayZ_Epoch";
name = "DayZ Epoch 1.0.2.8";
name = "DayZ Epoch 1.0.2.9";
actionName = "Website";
picture = "dayz_logo_ca.paa";
action = "http://www.dayzepoch.com";