summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-11-05 23:14:42 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2023-11-06 00:48:05 +0200
commit61a760a39cd774cca9593cf531bd783e55ed36ee (patch)
treea7a0f435e903241bc547530e487aa7a23971b2f5
parent87480bc497bc18587563556e49e1956f8f512e49 (diff)
downloadmeson-61a760a39cd774cca9593cf531bd783e55ed36ee.tar.gz
Increment version number for rc2.
-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 7e9d7d8be..b98401312 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "October 2023" "meson 1.3.0" "User Commands"
+.TH MESON "1" "November 2023" "meson 1.3.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 4fd82833e..052225733 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -61,7 +61,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.3.0.rc1'
+version = '1.3.0.rc2'
# 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