aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-12-17 00:27:25 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-12-17 00:27:25 +0200
commit9c1b6a95b06db3d2a167251488a496465221300e (patch)
tree357eea54d39ea9e62d0d021c3c572bf8d9a7bcbe
parentb7a5c384a1f1ba80c09904e7ef4f5160bdae3345 (diff)
downloadmeson-9c1b6a95b06db3d2a167251488a496465221300e.zip
meson-9c1b6a95b06db3d2a167251488a496465221300e.tar.gz
meson-9c1b6a95b06db3d2a167251488a496465221300e.tar.bz2
Bump version number for rc2.1.0.0rc2
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
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 @@ if T.TYPE_CHECKING:
#
# 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']