diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-01-10 01:52:27 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-01-10 01:55:01 +0530 |
commit | 5f73f3b715f39217e7d063b6b112c5c80010379c (patch) | |
tree | 09cb9dc79ba98f341a912584b8e47004ffcc3e34 /man/meson.1 | |
parent | edeedec96ebe18792634f8889becacdd8e344a5c (diff) | |
download | meson-0.56.tar.gz |
This release fixes a Python 3.5 compat issue
Diffstat (limited to 'man/meson.1')
-rw-r--r-- | man/meson.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.1 b/man/meson.1 index 389ebdbc8..fe24f80ef 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "January 2021" "meson 0.56.1" "User Commands" +.TH MESON "1" "January 2021" "meson 0.56.2" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION |