diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-06 23:14:54 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-07 00:21:03 +0300 |
| commit | 739683943aa8caca37343b105a0f363abf772fa9 (patch) | |
| tree | fd72a2ac4671964370a90d2532bc330c49a13eeb /mesonbuild | |
| parent | 373586fab53908a2315b1f0347c8b87968e3ccb8 (diff) | |
| download | meson-739683943aa8caca37343b105a0f363abf772fa9.tar.gz | |
Update version number for rc1.
Diffstat (limited to 'mesonbuild')
| -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 276c3a678..250e6a1f1 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.5.99' +version = '1.6.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 |
