Merge: Loose Tokens
[nit.git] / examples / mnit_moles / src / moles.nit
index d61992a..c3824a4 100644 (file)
@@ -18,6 +18,7 @@
 #
 # This is a minimal practical example of the mnit framework.
 module moles is
+       app_version(1, 0, git_revision)
        app_name("Crazy Groundhogs")
 end
 
@@ -232,7 +233,7 @@ redef class App
 
        var screen: nullable Screen = null
 
-       redef fun window_created
+       redef fun on_create
        do
                super