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