diff --git a/analyzer/config/analyzer_version.json b/analyzer/config/analyzer_version.json index d3e7136031..60fce132bf 100644 --- a/analyzer/config/analyzer_version.json +++ b/analyzer/config/analyzer_version.json @@ -1,7 +1,7 @@ { "version": { "major" : "6", - "minor" : "18", + "minor" : "19", "revision" : "0" } } diff --git a/setup.py b/setup.py index eaf5795569..604da90a0a 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ def run(self): setuptools.setup( name="codechecker", - version="6.18.0", + version="6.19.0", author='CodeChecker Team (Ericsson)', author_email='csordasmarton92@gmail.com', description="CodeChecker is an analyzer tooling, defect database and " diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3e5973401c..ecb571b88b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: codechecker base: core18 -version: '6.18.0' +version: '6.19.0' summary: CodeChecker is an analyzer tooling, defect database and viewer extension description: | CodeChecker is an analyzer tooling, defect database and viewer extension. @@ -33,7 +33,7 @@ parts: codechecker: plugin: python python-version: python3 - source: https://github.com/Ericsson/codechecker/archive/v6.18.0.tar.gz + source: https://github.com/Ericsson/codechecker/archive/v6.19.0.tar.gz build-packages: - curl - gcc-multilib diff --git a/web/config/web_version.json b/web/config/web_version.json index d3e7136031..60fce132bf 100644 --- a/web/config/web_version.json +++ b/web/config/web_version.json @@ -1,7 +1,7 @@ { "version": { "major" : "6", - "minor" : "18", + "minor" : "19", "revision" : "0" } }