From 593a70b1eb136c1bb655db3bf08c29f5f9f2165f Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 1 Nov 2022 15:11:23 +0100 Subject: Set version to 0.8-git --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d3539e..c862643 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.7-git") +VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.8-git") CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 -- cgit v1.2.3