From 0f2713d429f94344c1aea66e70e2cba8932a25c1 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 2 Feb 2016 20:12:10 +0100 Subject: [PATCH] release: v1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78008d0..fdf823a 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-beta1 +VERSION = 1 NAME = phytool PKG = $(NAME)-$(VERSION) ARCHIVE = $(PKG).tar.xz