diff --git a/CHANGES.txt b/CHANGES.txt index 72b3ae4..0ca0b37 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,3 +35,5 @@ v2.0.10 2017-10-03 -- Add typing as dependency v2.0.11 2018-01-07 -- Fix decoding error at report generation v2.0.12 2018-04-13 -- Fix log message bug + +v2.0.13 2018-04-21 -- Add support for static analysis of cross compilation diff --git a/setup.py b/setup.py index b95a49e..e23529c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='scan-build', - version='2.0.12', + version='2.0.13', author='László Nagy', author_email='rizsotto@gmail.com', keywords=['Clang', 'scan-build', 'static analyzer'],