Skip to content

Commit 734dd2d

Browse files
committed
[version] Bump up version 6.25.1
1 parent d1ca304 commit 734dd2d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

analyzer/config/analyzer_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": {
33
"major" : "6",
44
"minor" : "25",
5-
"revision" : "0",
5+
"revision" : "1",
66
"rc" : ""
77
}
88
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run(self):
142142

143143
setuptools.setup(
144144
name="codechecker",
145-
version="6.25.0",
145+
version="6.25.1",
146146
author='CodeChecker Team (Ericsson)',
147147
author_email='codechecker-tool@googlegroups.com',
148148
description="CodeChecker is an analyzer tooling, defect database and "

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codechecker
22
base: core18
3-
version: '6.25.0'
3+
version: '6.25.1'
44
summary: CodeChecker is an analyzer tooling, defect database and viewer extension
55
description: |
66
CodeChecker is an analyzer tooling, defect database and viewer extension.
@@ -33,7 +33,7 @@ parts:
3333
codechecker:
3434
plugin: python
3535
python-version: python3
36-
source: https://github.com/Ericsson/codechecker/archive/v6.25.0.tar.gz
36+
source: https://github.com/Ericsson/codechecker/archive/v6.25.1.tar.gz
3737
build-packages:
3838
- curl
3939
- gcc-multilib

web/config/web_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": {
33
"major" : "6",
44
"minor" : "25",
5-
"revision" : "0",
5+
"revision" : "1",
66
"rc" : ""
77
}
88
}

0 commit comments

Comments
 (0)