Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
Fix segfault when running mv6tool with no arguments.
  • Loading branch information
wkz committed Feb 3, 2016
1 parent f216619 commit 1a3ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a3ea62

Please sign in to comment.