1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

set version to 0.7.0

This commit is contained in:
Falk Werner 2020-11-11 17:24:38 +01:00
parent eb42734d33
commit 64ecbd0fe3
4 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "webfuse"
PROJECT_NUMBER = 0.6.0
PROJECT_NUMBER = 0.7.0
PROJECT_BRIEF = "Websocket filesystem based on libfuse"
PROJECT_LOGO =
OUTPUT_DIRECTORY = "doc/api"

View File

@ -1 +1 @@
0.6.0
0.7.0

View File

@ -1,5 +1,7 @@
# webfuse changelog
## 0.7.0 _(unknown)_
## 0.6.0 _(Wed Nov 11 2020)_
* __Feature:__ Reduce version numbers of dependencies to required minimum

View File

@ -1,4 +1,4 @@
project('webfuse', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+')
project('webfuse', 'c', 'cpp', version: '0.7.0', license: 'LGPL-3.0+')
without_tests = get_option('without_tests')