aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-12-10 18:48:22 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-12-10 18:48:22 +0200
commitc8766468a30b997e637b21301fe9254c0c252bd2 (patch)
treec2587c32a6e09cc76e40133e857dc8a5a88f5bd2
parent17c0a7f76a3168cd568c33fbad2824da2d702764 (diff)
downloadmeson-1.0.0rc1.zip
meson-1.0.0rc1.tar.gz
meson-1.0.0rc1.tar.bz2
Bump version numbers for rc1.1.0.0rc1
-rw-r--r--man/meson.12
-rw-r--r--mesonbuild/coredata.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1
index 4205bc9..7e7f486 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -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
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index d94e9ac..b90a567 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -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']