From ce789cb0a8218201e37e20e2e159611bae20d555 Mon Sep 17 00:00:00 2001 From: McMicha Date: Sat, 22 Sep 2018 13:25:15 +0200 Subject: [PATCH] change DCS version number to 2.5.3 --- README.md | 4 ++-- Scripts/DCS-ExportScript/ExportScript.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f29057c..905ec80 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Der Export von Daten wird für folgende Module unterstützt: - UH-1H - alle Flaming Cliffs Flugzeuge -Kompatibel zur DCS World 2.5.2 und BETA Version +Kompatibel zur DCS World 2.5.3 und BETA Version # English --- @@ -63,7 +63,7 @@ Following moduls are supported: - UH-1H - all Flaming Cliffs aircrafts -Compatible with DCS World 2.5.2 and BETA version +Compatible with DCS World 2.5.3 and BETA version # Wiki --- diff --git a/Scripts/DCS-ExportScript/ExportScript.lua b/Scripts/DCS-ExportScript/ExportScript.lua index 353da30..f66d782 100644 --- a/Scripts/DCS-ExportScript/ExportScript.lua +++ b/Scripts/DCS-ExportScript/ExportScript.lua @@ -146,4 +146,4 @@ function LuaExportStop() if PrevExport.LuaExportStop then PrevExport.LuaExportStop() end -end +end \ No newline at end of file