V41 Morrowind

His Dad [05-03-18 - 19:56]
V41  Morrowind
SkillQuests
Pub Dungeons
Filename
Doc/Changelog.txt
Doc/Installation.odt
Doc/Installation.pdf
HistOffline.lua
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index a26856d..d4d740c 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,8 @@
+2018-05-04 version 41
+	Adding Support for Morrowind.
+	*)Pub Dungeons
+	*)Skill Quests
+
 2018-03-09 version 40  (no change to code)
 	API Bump

diff --git a/Doc/Installation.odt b/Doc/Installation.odt
index 4fa38b5..04ace28 100644
Binary files a/Doc/Installation.odt and b/Doc/Installation.odt differ
diff --git a/Doc/Installation.pdf b/Doc/Installation.pdf
new file mode 100644
index 0000000..85967f0
Binary files /dev/null and b/Doc/Installation.pdf differ
diff --git a/HistOffline.lua b/HistOffline.lua
index 9e5a0c4..03c40e3 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -14,7 +14,7 @@ local Colour_Heading_Complete = "#58FA58"
 --force_lang = "de"   --	or "de" or "en"  for debugging

 -- ========================
-version= "39"
+version= "41"
 require( "iuplua" )
 require( "iupluacontrols" )
 iup.SetGlobal("UTF8MODE","YES")