From 3909adb5c88bc6b60a164733c18ae2cfd15e6473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 7 Jun 2020 12:25:20 +0200 Subject: build: set version to 0.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c8d31e..25b397a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.5-git") +VERSION = v0.6 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- cgit v1.2.3