From 3aa6837247b67e9dcd16dba222cb030ddafed4fd Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 25 Jun 2014 08:58:39 -0500 Subject: [PATCH] version bump --- SQF/dayz_code/Configs/rscTitles.hpp | 2 +- SQF/dayz_code/config.cpp | 2 +- SQF/mod.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 0e1e9bf67..220fb2476 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -181,7 +181,7 @@ class RscDisplayMain : RscStandardDisplay { class CA_Version; class DAYZ_Version : CA_Version { idc = -1; - text = "1.0.5"; + text = "1.0.5.1"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu; diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index 9ddb149a8..5fa203e93 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -41,7 +41,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.dayzepoch.com"; - version = "1.0.5"; + version = "1.0.5.1"; hiveVersion = 0.96; //0.93 }; }; diff --git a/SQF/mod.cpp b/SQF/mod.cpp index 4cf6e9207..94b8c773e 100644 --- a/SQF/mod.cpp +++ b/SQF/mod.cpp @@ -1,5 +1,5 @@ dir = "@DayZ_Epoch"; -name = "DayZ Epoch 1.0.5"; +name = "DayZ Epoch 1.0.5.1"; actionName = "Website"; picture = "dayz_logo_ca.paa"; action = "http://www.dayzepoch.com"; \ No newline at end of file