From 4a4f9e04ecff088b907ef81760c2aff8ac5d7a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 25 Mar 2017 21:56:04 +0100 Subject: build: set version to 0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f261ae..b42fe76 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PREFIX ?= /usr/local SHAREPREFIX ?= ${PREFIX}/share MANPREFIX ?= ${PREFIX}/man -VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "0.2-git") +VERSION = v0.3 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- cgit v1.2.3