From 361dcc6d4c75238c063792e746f1a8e7be7febe4 Mon Sep 17 00:00:00 2001 From: G3rrus Date: Thu, 30 Apr 2020 22:29:54 +0200 Subject: [PATCH] Up version Up version to 1.2 --- LMF_R.VR/description.ext | 2 +- LMF_R.VR/framework/XEH_preInit.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LMF_R.VR/description.ext b/LMF_R.VR/description.ext index 886cdd8..74a59e5 100644 --- a/LMF_R.VR/description.ext +++ b/LMF_R.VR/description.ext @@ -12,7 +12,7 @@ class Header //MISSION PRESENTATION (set your mission name here, it is also a good idea to add version numbers so you can differentiate between mission versions!) author = "Author"; -#define MISSIONNAME "LMF Framework v1" +#define MISSIONNAME "LMF Framework v1.2" #define MISSIONDESCRIPTION "Long mission description text seen in mission load and mission select screen." diff --git a/LMF_R.VR/framework/XEH_preInit.sqf b/LMF_R.VR/framework/XEH_preInit.sqf index b79b0e9..ee8a398 100644 --- a/LMF_R.VR/framework/XEH_preInit.sqf +++ b/LMF_R.VR/framework/XEH_preInit.sqf @@ -9,4 +9,4 @@ #include "..\framework\player\init\viewDistance.sqf" //FRAMEWORK VERSION -var_version = 1.1; \ No newline at end of file +var_version = 1.2; \ No newline at end of file