mnit_moles: add git version to moles version
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 31 Jul 2014 17:52:23 +0000 (13:52 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 31 Jul 2014 17:57:36 +0000 (13:57 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

examples/mnit_moles/src/moles.nit

index d61992a..7266a0c 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