From: Alexis Laferrière Date: Fri, 22 Jul 2016 13:36:11 +0000 (-0400) Subject: calculator: shorter name and bump up the version number X-Git-Url: http://nitlanguage.org calculator: shorter name and bump up the version number Signed-off-by: Alexis Laferrière --- diff --git a/examples/calculator/src/calculator.nit b/examples/calculator/src/calculator.nit index 3b89ec7..6cfb1aa 100644 --- a/examples/calculator/src/calculator.nit +++ b/examples/calculator/src/calculator.nit @@ -14,8 +14,8 @@ # Portable calculator UI module calculator is - app_name "app.nit Calc." - app_version(0, 1, git_revision) + app_name "app.nit Calc" + app_version(0, 2, git_revision) app_namespace "org.nitlanguage.calculator" # Lock in portrait mode