vis

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

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

commit 84199ae5808a6ce6c17ddd178b7aac8b27d9e8cc
parent 5f1c65450b22d9f89dd4c80186cb115adaf991fb
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun,  7 Jun 2020 12:25:20 +0200

build: set version to 0.6

Diffstat:
MMakefile | 2+-
Mdoc/conf.py | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

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.5-git") +VERSION = v0.6 CONFIG_HELP ?= 1 CONFIG_CURSES ?= 1 diff --git a/doc/conf.py b/doc/conf.py @@ -67,9 +67,9 @@ author = 'Marc André Tanner' # built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.5' +release = '0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.