vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit b8db00bc40a6a58802e4e0829c7b70904a5ca584 parent c9d9ff1d0e57cef5968e79daa986761951cd65c6 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 23 Jul 2017 19:38:55 +0200 build: set version to 0.4 Diffstat:
| M | Makefile | | | 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.3-git") +VERSION = v0.4 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1