diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-11 00:57:50 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-11 00:57:50 +0300 |
| commit | 8530b67c3f8031c4aac8096be890d8a8680be201 (patch) | |
| tree | 58584d9453a468e5fe0b4f7b19b0c579966ee290 | |
| parent | 89647c3073f4530f24d0e06c45d1f6c6d0f99933 (diff) | |
| download | meson-8530b67c3f8031c4aac8096be890d8a8680be201.tar.gz | |
Bump version number for rc2.
| -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 27795b0a5..c5ba1bd6e 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -68,7 +68,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.9.0.rc1' +version = '1.9.0.rc2' # 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 |
