File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1)
35
35
36
36
DOCUMENTATION = LICENSE README.md
37
37
38
- VERSION = $( shell git describe --always --dirty 2>/dev/null || echo "v0.7-git")
38
+ VERSION = 0.8
39
39
40
40
CONFIG_HELP ?= 1
41
41
CONFIG_CURSES ?= 1
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Vis Editor"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.7
41
+ PROJECT_NUMBER = 0.8
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 67
67
# built documents.
68
68
#
69
69
# The short X.Y version.
70
- version = '0.7 '
70
+ version = '0.8 '
71
71
# The full version, including alpha/beta/rc tags.
72
- release = '0.7 '
72
+ release = '0.8 '
73
73
74
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
75
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments