Nicolas Cannasse 15 年之前
父节点
当前提交
d493651f80
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/CHANGES.txt
  2. 1 1
      main.ml

+ 1 - 1
doc/CHANGES.txt

@@ -1,4 +1,4 @@
-2010-??-??: 2.05
+2010-01-09: 2.05
 	js : added js.Scroll
 	js : package names are now checked at runtime to avoid clashes with existing libs
 	js : added --js-namespace to create a namespace for types that are defined in the root

+ 1 - 1
main.ml

@@ -20,7 +20,7 @@ open Printf
 open Genswf
 open Common
 
-let version = 204
+let version = 205
 
 let prompt = ref false
 let display = ref false