diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-26 21:13:56 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-26 21:13:56 +0200 |
| commit | 0cbc4e1e1ae1bd2b10092ccbda30cc2bcc36de6c (patch) | |
| tree | 906edcc7e31c181f7af3de6358e3b13f9e97906a | |
| parent | 897b6fcdf9adfa87fe60f420e1b483f0f49af7a3 (diff) | |
| download | meson-0cbc4e1e1ae1bd2b10092ccbda30cc2bcc36de6c.tar.gz | |
Bump version number for new development.
| -rw-r--r-- | mesonbuild/coredata.py | 2 |
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 |
