From 1a3ea62a218206e9faf3b27fb5d01c85692024c8 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 3 Feb 2016 13:59:38 +0100 Subject: [PATCH] release: v1.0.1 Fix segfault when running mv6tool with no arguments. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdf823a..b52843b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Top directory for building complete system, fall back to this directory ROOTDIR ?= $(shell pwd) -VERSION = 1 +VERSION = 1.1 NAME = phytool PKG = $(NAME)-$(VERSION) ARCHIVE = $(PKG).tar.xz