mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-13 12:54:15 +00:00
Merge pull request #95 from falk-werner/increase_version
set version to 0.8.0
This commit is contained in:
commit
52515c7692
2
Doxyfile
2
Doxyfile
@ -5,7 +5,7 @@
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "webfuse"
|
PROJECT_NAME = "webfuse"
|
||||||
PROJECT_NUMBER = 0.7.0
|
PROJECT_NUMBER = 0.8.0
|
||||||
PROJECT_BRIEF = "Websocket filesystem based on libfuse"
|
PROJECT_BRIEF = "Websocket filesystem based on libfuse"
|
||||||
PROJECT_LOGO =
|
PROJECT_LOGO =
|
||||||
OUTPUT_DIRECTORY = "doc/api"
|
OUTPUT_DIRECTORY = "doc/api"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# webfuse changelog
|
# webfuse changelog
|
||||||
|
|
||||||
|
## 0.8.0 _(unknown)_
|
||||||
|
|
||||||
## 0.7.0 _(Sat Nov 14 2020)_
|
## 0.7.0 _(Sat Nov 14 2020)_
|
||||||
|
|
||||||
* __Feature:__ Allow to pass mount options to fuse
|
* __Feature:__ Allow to pass mount options to fuse
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('webfuse', 'c', 'cpp', version: '0.7.0', license: 'LGPL-3.0+',
|
project('webfuse', 'c', 'cpp', version: '0.8.0', license: 'LGPL-3.0+',
|
||||||
default_options: ['c_std=gnu99', 'cpp_std=gnu++14'])
|
default_options: ['c_std=gnu99', 'cpp_std=gnu++14'])
|
||||||
|
|
||||||
without_tests = get_option('without_tests')
|
without_tests = get_option('without_tests')
|
||||||
|
Loading…
Reference in New Issue
Block a user