From bfe2d6f217b55142fa6107debc6f5589137a93aa Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sat, 14 Dec 2019 17:14:14 +0300 Subject: [PATCH] Makefile: Set version to 0.3.0 Signed-off-by: Alper Nebi Yasak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f8f3c2..ffef82e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #! /usr/bin/make -f PACKAGENAME ?= depthcharge-tools -VERSION ?= 0.3.0-dev +VERSION ?= 0.3.0 DESTDIR ?= PREFIX ?= /usr/local