diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-03-12 19:57:31 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-03-12 19:57:31 +0200 |
| commit | eaefe29463a61a311a6b1de6cd539f39500399ff (patch) | |
| tree | fc1fba01a9ebb4b9fef42d5401d74c4a9c93e09e | |
| parent | e4622ff1eebec393531d731cafa71334f900f121 (diff) | |
| download | meson-eaefe29463a61a311a6b1de6cd539f39500399ff.tar.gz | |
Bump version number for release.
| -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 fa70cfc3c..a112f7cc5 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -70,7 +70,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.4.0.rc2' +version = '1.4.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 |
