Skip to content

Commit

Permalink
[version] Bump up to version 6.21.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 27, 2022
1 parent f25aab1 commit b629fb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion analyzer/config/analyzer_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"major" : "6",
"minor" : "21",
"revision" : "0",
"rc" : ""
"rc" : "1"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run(self):

setuptools.setup(
name="codechecker",
version="6.21.0",
version="6.21.0-rc1",
author='CodeChecker Team (Ericsson)',
author_email='[email protected]',
description="CodeChecker is an analyzer tooling, defect database and "
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codechecker
base: core18
version: '6.21.0'
version: '6.21.0-rc1'
summary: CodeChecker is an analyzer tooling, defect database and viewer extension
description: |
CodeChecker is an analyzer tooling, defect database and viewer extension.
Expand Down
2 changes: 1 addition & 1 deletion web/config/web_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"major" : "6",
"minor" : "21",
"revision" : "0",
"rc" : ""
"rc" : "1"
}
}

0 comments on commit b629fb0

Please sign in to comment.