Mark Sibly 9 лет назад
Родитель
Сommit
243eca9b2a
3 измененных файлов с 7 добавлено и 1 удалено
  1. BIN
      README.TXT
  2. 6 0
      TODO.TXT
  3. 1 1
      src/createrelease/createrelease.monkey2

+ 6 - 0
TODO.TXT

@@ -34,6 +34,12 @@ This doesn't include big picture things like new targets, modules etc.
  
 * Ted2
 
+	* Goto Line.
+	
+	* More customization.
+
+	* Restore offline help system.
+
 	* Draggable/closable tabs.
 
 	* Filebrowser context menu.

+ 1 - 1
src/createrelease/createrelease.monkey2

@@ -73,7 +73,7 @@ Function Main()
 	Print "current="+CurrentDir()
 	Print "desktop="+desktop
 	
-	output=desktop+"monkey2v1.0/"
+	output=desktop+"monkey2-v"+MX2CC_VERSION+"/"
 
 	DeleteDir( output,True )
 	CreateDir( output )