summaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-11-21 22:01:32 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-11-22 22:43:49 +0530
commite000aa11373298c6c07e264d4436b5075210bd11 (patch)
tree50d3b2151ad104d85af0d5c12be96374601ff86d /mesonbuild/coredata.py
parent383aab66dea99e861fa81e1d87a4474a1ec8ac25 (diff)
downloadmeson-0.64.tar.gz
Bump versions to 0.64.1 for release0.64.10.64
Diffstat (limited to 'mesonbuild/coredata.py')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 500dd93f4..f2a2c9d3e 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 = '0.64.0'
+version = '0.64.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']