From 28d82dddc4e2af860b62cdfff6853872609325c9 Mon Sep 17 00:00:00 2001 From: tkl Date: Mon, 1 Aug 2016 14:57:32 +0200 Subject: [PATCH] change var name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 266039c..345882c 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OS_NAME = kosmos # version numbering deployed by ci deploy script - no necessary for local build ifdef SW_KERNEL -VERSION := -$(SW_KERNEL).$(SW_MAJOR).$(SW_MINOR)- +VERSION := -$(SW_KERNEL).$(SW_MAJOR).$(SW_MINOR) else VERSION := endif