diff options
| author | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2022-11-01 15:11:23 +0100 |
|---|---|---|
| committer | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2022-11-01 15:11:23 +0100 |
| commit | 593a70b1eb136c1bb655db3bf08c29f5f9f2165f (patch) | |
| tree | cc9c7be186505634e6e48bf34a2e80815976a529 /doc | |
| parent | d3cb76ed2af006102a1f776f48d6bf992ff8e439 (diff) | |
| download | vis-593a70b1eb136c1bb655db3bf08c29f5f9f2165f.tar.gz vis-593a70b1eb136c1bb655db3bf08c29f5f9f2165f.tar.xz | |
Set version to 0.8-git
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Doxyfile | 2 | ||||
| -rw-r--r-- | doc/conf.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 29dda29..32e9459 100644 --- 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 index 74f4a6f..22bfa42 100644 --- 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. |
