mirror of
https://github.com/rizsotto/scan-build.git
synced 2025-12-16 12:00:08 +01:00
bump up version number
This commit is contained in:
@@ -37,3 +37,5 @@ v2.0.11 2018-01-07 -- Fix decoding error at report generation
|
|||||||
v2.0.12 2018-04-13 -- Fix log message bug
|
v2.0.12 2018-04-13 -- Fix log message bug
|
||||||
|
|
||||||
v2.0.13 2018-04-21 -- Add support for static analysis of cross compilation
|
v2.0.13 2018-04-21 -- Add support for static analysis of cross compilation
|
||||||
|
|
||||||
|
v2.0.14 2018-07-24 -- Fix typing module import
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='scan-build',
|
name='scan-build',
|
||||||
version='2.0.13',
|
version='2.0.14',
|
||||||
author='László Nagy',
|
author='László Nagy',
|
||||||
author_email='rizsotto@gmail.com',
|
author_email='rizsotto@gmail.com',
|
||||||
keywords=['Clang', 'scan-build', 'static analyzer'],
|
keywords=['Clang', 'scan-build', 'static analyzer'],
|
||||||
|
|||||||
Reference in New Issue
Block a user