diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-24 15:17:30 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-24 15:17:30 +0300 |
commit | 17fafda1f98f7ce9b4ac43a511e00f70efbee227 (patch) | |
tree | aad4ef530bdac095314a1eb1311bf0d923cab1bd | |
parent | fc9fd42899e1e2160a69ec245931c3aa79b0d267 (diff) | |
download | meson-master.zip meson-master.tar.gz meson-master.tar.bz2 |
-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 a94fdbd..98ea65c 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -72,7 +72,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.8.0.rc1' +version = '1.8.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 |