From c1235820897c5a687ae883dfc9660eaeab80e8ee Mon Sep 17 00:00:00 2001 From: vbawol Date: Sun, 3 Feb 2013 13:14:44 -0600 Subject: [PATCH] version bump --- dayz_code/rscTitles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dayz_code/rscTitles.hpp b/dayz_code/rscTitles.hpp index e86652090..dbe7d7be7 100644 --- a/dayz_code/rscTitles.hpp +++ b/dayz_code/rscTitles.hpp @@ -87,7 +87,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 0.91 (1.7.5)"; + text = "DayZ Epoch 0.916 (1.7.5)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; class CA_TitleMainMenu;