From 36e6a9fe8a80b3286a3debac0e2bacd29eb8ea47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 31 Jul 2014 13:52:23 -0400 Subject: [PATCH] mnit_moles: add git version to moles version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- examples/mnit_moles/src/moles.nit | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mnit_moles/src/moles.nit b/examples/mnit_moles/src/moles.nit index d61992a..7266a0c 100644 --- a/examples/mnit_moles/src/moles.nit +++ b/examples/mnit_moles/src/moles.nit @@ -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 -- 1.7.9.5