From 34f1e7981cf9e565b502752571f741f365ee3c01 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 12 Jun 2014 12:07:14 -0400 Subject: [PATCH] shoot: use `app_name` and `app_version` Signed-off-by: Jean Privat --- examples/shoot/src/shoot.nit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/shoot/src/shoot.nit b/examples/shoot/src/shoot.nit index 94f13e9..f4001c8 100644 --- a/examples/shoot/src/shoot.nit +++ b/examples/shoot/src/shoot.nit @@ -14,7 +14,10 @@ # Space shooter. # This program is a fun game but also a good example of the scene2d module -module shoot +module shoot is + app_name("Space Shooter") + app_version(0, 1, git_revision) +end import mnit import shoot_logic -- 1.7.9.5