vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 7c8e550fc73a339505fbf9bb6fe4864ee35376a4 parent 0c6222c67bdbd45924d6c8cfb162700016108a03 Author: Felix Van der Jeugt <felix.vanderjeugt@posteo.net> Date: Tue, 1 Nov 2022 15:11:23 +0100 Set version to 0.8-git Diffstat:
| M | Makefile | | | 2 | +- |
| M | doc/Doxyfile | | | 2 | +- |
| M | doc/conf.py | | | 4 | ++-- |
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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 diff --git a/doc/Doxyfile b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Vis Editor" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.7 +PROJECT_NUMBER = 0.8 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a 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.7' +version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.7' +release = '0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.