diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-12-08 19:13:35 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-12-08 19:13:35 +0200 |
| commit | 72b72fa1a62a8be56c02e0cd0d4bbe24dd518c87 (patch) | |
| tree | 196f8e6f0318eb2a3423ead142daccc538915981 /mesonbuild | |
| parent | 415917b7c0d4759f73d0fe6564cbdda7fbf1eb9a (diff) | |
| download | meson-72b72fa1a62a8be56c02e0cd0d4bbe24dd518c87.tar.gz | |
Bump version number for new development.
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 b3bd9b0d7..8d7a1c557 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -44,7 +44,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.10.0' +version = '1.10.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 |
