commit | 9c1b6a95b06db3d2a167251488a496465221300e | [log] [tgz] |
---|---|---|
author | Jussi Pakkanen <jpakkane@gmail.com> | Sat Dec 17 00:27:25 2022 +0200 |
committer | Jussi Pakkanen <jpakkane@gmail.com> | Sat Dec 17 00:27:25 2022 +0200 |
tree | 357eea54d39ea9e62d0d021c3c572bf8d9a7bcbe | |
parent | b7a5c384a1f1ba80c09904e7ef4f5160bdae3345 [diff] |
Bump version number for rc2.
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index b90a567..f0f96e0 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py
@@ -53,7 +53,7 @@ # # Pip requires that RCs are named like this: '0.1.0.rc1' # But the corresponding Git tag needs to be '0.1.0rc1' -version = '1.0.0.rc1' +version = '1.0.0.rc2' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']