diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-20 19:33:06 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-20 21:20:25 +0300 |
| commit | 4c6c89ca7afa6244ba888ce08936acb470e126aa (patch) | |
| tree | d0287049b8fb919abcbd503a7e7db9203b93734b /mesonbuild | |
| parent | fbeedf4b141ac84d236649aa1e5d4f6bf773ce92 (diff) | |
| download | meson-4c6c89ca7afa6244ba888ce08936acb470e126aa.tar.gz | |
Update docs and version number for release.
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 ced1eecda..963aedb40 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.6.0.rc2' +version = '1.6.0' # 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 |
