From 94672dfb51271619d94511ef152455ef1c474f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Csord=C3=A1s?= Date: Fri, 11 Mar 2022 12:13:57 +0100 Subject: [PATCH] [version] Bump up version to 6.20.0 --- analyzer/config/analyzer_version.json | 2 +- setup.py | 2 +- snap/snapcraft.yaml | 4 ++-- web/config/web_version.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/analyzer/config/analyzer_version.json b/analyzer/config/analyzer_version.json index 60fce132bf..c59ae6909f 100644 --- a/analyzer/config/analyzer_version.json +++ b/analyzer/config/analyzer_version.json @@ -1,7 +1,7 @@ { "version": { "major" : "6", - "minor" : "19", + "minor" : "20", "revision" : "0" } } diff --git a/setup.py b/setup.py index 604da90a0a..12187579b3 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ def run(self): setuptools.setup( name="codechecker", - version="6.19.0", + version="6.20.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 317bf8569a..49207464be 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: codechecker base: core18 -version: '6.19.0' +version: '6.20.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.19.0.tar.gz + source: https://github.com/Ericsson/codechecker/archive/v6.20.0.tar.gz build-packages: - curl - gcc-multilib diff --git a/web/config/web_version.json b/web/config/web_version.json index 60fce132bf..c59ae6909f 100644 --- a/web/config/web_version.json +++ b/web/config/web_version.json @@ -1,7 +1,7 @@ { "version": { "major" : "6", - "minor" : "19", + "minor" : "20", "revision" : "0" } }