Bump version numbers for rc1.

pull/11160/head 1.0.0rc1
Jussi Pakkanen 2 years ago
parent 17c0a7f76a
commit c8766468a3
  1. 2
      man/meson.1
  2. 2
      mesonbuild/coredata.py

@ -1,4 +1,4 @@
.TH MESON "1" "November 2022" "meson 0.64.0" "User Commands"
.TH MESON "1" "December 2022" "meson 1.0.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION

@ -53,7 +53,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 = '0.99.99'
version = '1.0.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']

Loading…
Cancel
Save