vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 50433f98e64eb38901a6a78552c01f633ad50721
parent 2b9796794c84c557b32c485986133c13a0936b8d
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 25 Mar 2018 19:55:55 +0200

build: set version to 0.5

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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