blob: 18ddfc739bd7cfdcdc388cacb7a490738628ef2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#############################################################################
##
## Copyright (C) 2021 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
next_version = '6.2'
previous_versions = ['6.1', '6.0', '5.15']
most_recent_previous_version = previous_versions[0]
task_id = 'QTBUG-xxxxx'
exclude_modules = []
git_email = 'john.doe@qt.io'
qt5_url = 'ssh://codereview.qt-project.org:29418/qt/qt5'
qt5_repo = 'qt5'
commit_hook_cmd = 'scp -p -P 29418 codereview.qt-project.org:hooks/commit-msg'
|