Skip to content

Commit 415917b

Browse files
committed
Bump version number for 1.10.
1 parent 6c96f87 commit 415917b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/meson.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESON "1" "August 2025" "meson 1.9.0" "User Commands"
1+
.TH MESON "1" "December 2025" "meson 1.10.0" "User Commands"
22
.SH NAME
33
meson - a high productivity build system
44
.SH DESCRIPTION

mesonbuild/coredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#
4545
# Pip requires that RCs are named like this: '0.1.0.rc1'
4646
# But the corresponding Git tag needs to be '0.1.0rc1'
47-
version = '1.10.0.rc2'
47+
version = '1.10.0'
4848

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

0 commit comments

Comments
 (0)