From ebb1c4a536ab22e82edf7cc365704875da8900ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 25 Mar 2018 19:55:55 +0200 Subject: [PATCH] build: set version to 0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 917a260..3728757 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.4-git") +VERSION = v0.5 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- 2.11.4.GIT