aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-06-28 17:50:49 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-06-28 17:50:49 +0300
commit9a6a95483c4d3c4f91824f1a7e52fc781e111043 (patch)
treebb35f513c65102ac291d2efb1ea27892c20f82a6 /mesonbuild
parent36bf53bdfdc617eaf4ca07905335914b5d661769 (diff)
downloadmeson-9a6a95483c4d3c4f91824f1a7e52fc781e111043.zip
meson-9a6a95483c4d3c4f91824f1a7e52fc781e111043.tar.gz
meson-9a6a95483c4d3c4f91824f1a7e52fc781e111043.tar.bz2
Bump version number for rc1.1.2.0rc1
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/coredata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 50763a3..24daa42 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2023 The Meson development team
+# Copyright 2013-2023 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -59,7 +59,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.1.99'
+version = '1.2.0.rc1'
# The next stable version when we are in dev. This is used to allow projects to
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when