aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-03-12 19:57:31 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-03-12 19:57:31 +0200
commiteaefe29463a61a311a6b1de6cd539f39500399ff (patch)
treefc1fba01a9ebb4b9fef42d5401d74c4a9c93e09e
parente4622ff1eebec393531d731cafa71334f900f121 (diff)
downloadmeson-eaefe29463a61a311a6b1de6cd539f39500399ff.zip
meson-eaefe29463a61a311a6b1de6cd539f39500399ff.tar.gz
meson-eaefe29463a61a311a6b1de6cd539f39500399ff.tar.bz2
Bump version number for release.1.4.0
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index fa70cfc..a112f7c 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