34-WIP
His Dad [01-06-17 - 01:16]
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index a137c70..fa753ec 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,7 @@
+2017-01-06 version 34
+ API Update
+ Achievement text hoverover
+
2017-01-01 version 33
Fixed Veteran hard Volenfell
diff --git a/HistOffline.lua b/HistOffline.lua
index 2f386e9..1361ac9 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -14,7 +14,7 @@ local Colour_Heading_Complete = "#58FA58"
--iup.SetGlobal("UTF8MODE","YES")
-- ========================
-version= "33"
+version= "34"
require( "iuplua" )
require( "iupluacontrols" )
dofile "../../SavedVariables/History.lua"
diff --git a/history.lua b/history.lua
index 80228cb..911af0d 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
hist = {
name = "history",
- version = "33",
+ version = "34",
initialised = false,
SV={},
L={},
diff --git a/history.txt b/history.txt
index 6273b67..ea45ff4 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
## Title: Dad's History
-## APIVersion: 100017
-## Version: 33
+## APIVersion: 100017 100018
+## Version: 34
## Author: HisDad
## Description: Record progress of all characters for offline viewing.
## SavedVariables: History_SV