Nicolas Cannasse 15 years ago
parent
commit
d493651f80
2 changed files with 2 additions and 2 deletions
  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