Skip to content

Commit 75ef081

Browse files
committed
Bump version for 1.9.0.
1 parent 0f5cd5f commit 75ef081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonbuild/coredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SharedCMDOptions(Protocol):
6868
#
6969
# Pip requires that RCs are named like this: '0.1.0.rc1'
7070
# But the corresponding Git tag needs to be '0.1.0rc1'
71-
version = '1.9.0.rc3'
71+
version = '1.9.0'
7272

7373
# The next stable version when we are in dev. This is used to allow projects to
7474
# require meson version >=1.2.0 when using 1.1.99. FeatureNew won't warn when

0 commit comments

Comments
 (0)