summaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-12-08 19:13:35 +0200
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-12-08 19:13:35 +0200
commit72b72fa1a62a8be56c02e0cd0d4bbe24dd518c87 (patch)
tree196f8e6f0318eb2a3423ead142daccc538915981 /mesonbuild
parent415917b7c0d4759f73d0fe6564cbdda7fbf1eb9a (diff)
downloadmeson-72b72fa1a62a8be56c02e0cd0d4bbe24dd518c87.tar.gz
Bump version number for new development.
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index b3bd9b0d7..8d7a1c557 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -44,7 +44,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.10.0'
+version = '1.10.99'
# 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