summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-03-12 20:33:47 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-03-12 20:33:47 +0200
commit7399be4ab263f7729e0f516aba3bbfea07aa593d (patch)
tree6b914c1660326670243b6b1aa5ac3278712ede58
parenteaefe29463a61a311a6b1de6cd539f39500399ff (diff)
downloadmeson-7399be4ab263f7729e0f516aba3bbfea07aa593d.tar.gz
Bump version number for new development.
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index a112f7cc5..bb481cae9 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -70,7 +70,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.4.0'
+version = '1.4.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