Skip to content

Commit 688f730

Browse files
author
Felix Van der Jeugt
committed
Set version to 0.8
1 parent 0eb069f commit 688f730

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1)
3535

3636
DOCUMENTATION = LICENSE README.md
3737

38-
VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.7-git")
38+
VERSION = 0.8
3939

4040
CONFIG_HELP ?= 1
4141
CONFIG_CURSES ?= 1

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Vis Editor"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.7
41+
PROJECT_NUMBER = 0.8
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '0.7'
70+
version = '0.8'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '0.7'
72+
release = '0.8'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

0 commit comments

Comments
 (0)