summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2025-01-26 21:13:56 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2025-01-26 21:13:56 +0200
commit0cbc4e1e1ae1bd2b10092ccbda30cc2bcc36de6c (patch)
tree906edcc7e31c181f7af3de6358e3b13f9e97906a
parent897b6fcdf9adfa87fe60f420e1b483f0f49af7a3 (diff)
downloadmeson-0cbc4e1e1ae1bd2b10092ccbda30cc2bcc36de6c.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 075a8e76d..a17a39fb6 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -74,7 +74,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.7.0'
+version = '1.7.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