diff options
author | David Robillard <d@drobilla.net> | 2025-01-20 13:16:57 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-20 19:16:07 -0500 |
commit | 4020bc9376eb77d8b6493d98bf9dc6c5b03e41dc (patch) | |
tree | 60c698bdcf05492260f6bbdae4afc52c4240f3eb /bindings/python/conf.py | |
parent | de841cda8e85fac25f53c7e10ff76e0ef11175a8 (diff) | |
download | lilv-4020bc9376eb77d8b6493d98bf9dc6c5b03e41dc.tar.gz lilv-4020bc9376eb77d8b6493d98bf9dc6c5b03e41dc.tar.bz2 lilv-4020bc9376eb77d8b6493d98bf9dc6c5b03e41dc.zip |
Use "system" include type for all dependencies and add header test
Things get confused when these flags differ across projects, so universally
use "system" for external dependencies and test for header warnings only in
the project that owns them.
Diffstat (limited to 'bindings/python/conf.py')
-rw-r--r-- | bindings/python/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/conf.py b/bindings/python/conf.py index fe62410..4fc0911 100644 --- a/bindings/python/conf.py +++ b/bindings/python/conf.py @@ -60,9 +60,9 @@ copyright = u'2016, David Robillard' # built documents. # # The short X.Y version. -version = '0.24.26' +version = '0.24.27' # The full version, including alpha/beta/rc tags. -release = '0.24.26' +release = '0.24.27' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |