From 0e29334f42caa0d76d60a34fbfe2296e1c5b52bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 23 Jul 2017 19:38:55 +0200 Subject: [PATCH] build: set version to 0.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d32e863..24627f3 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.3-git") +VERSION = v0.4 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- 2.11.4.GIT