configuration/rwdtinker.cnf in rwddemo-0.90 vs configuration/rwdtinker.cnf in rwddemo-0.91

- old
+ new

@@ -1,16 +1,15 @@ - +##VERSION:1.58 ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant CodeName = "rwdtinker" CodeNameFile = CodeName + ".rb" -LangNameFile = "rwdlanguage.rb" RWDFile = "rwdtinker.rwd" LangDir = "lang" -TempLangHashFile = LangDir + "/" + "templangfile.rb" -LocalLangHashFile = LangDir + "/" + "xlocallangfile.rb" CodeDir = "code" GuiDir = "gui" $help_topic = "general_help" $helptopicsarray = [ "general_help","network_help"] $prevouswindow ="main" $rwdcontrolports =["13713","13714","13715","13716","13717","13718"] $port = 7705 + +RwdTinkerVersion = "1.58"