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

set version to 0.3.0

This commit is contained in:
Falk Werner 2020-07-12 17:09:24 +02:00
parent 5a369b8278
commit f7b02a7340
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# webfuse-provider changelog
## 0.3.0 _(unknown)_
## 0.2.0 _(Sun Jul 12 2020)_
* *Chore*: removed dependency to jansson (use own json implementation due to performace issues)

View File

@ -1,4 +1,4 @@
project('webfuse-provider', 'c', 'cpp', version: '0.4.0', license: 'LGPL-3.0+')
project('webfuse-provider', 'c', 'cpp', version: '0.3.0', license: 'LGPL-3.0+')
without_tests = get_option('without_tests')
without_examples = get_option('without_examples')