diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-10 15:39:17 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-10 17:56:27 +0200 |
commit | e674434389249d9b65e6403eb608e4c33d1d48cb (patch) | |
tree | 922c5a8ecd4a36de0f26c6695a275960d081da14 /docs/markdown/Reference-manual.md | |
parent | cbefb57ffe6645cfc469b1a20894bdb7b553f336 (diff) | |
download | meson-e674434389249d9b65e6403eb608e4c33d1d48cb.zip meson-e674434389249d9b65e6403eb608e4c33d1d48cb.tar.gz meson-e674434389249d9b65e6403eb608e4c33d1d48cb.tar.bz2 |
Updated version number for new release.0.44.0
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 13a2b2a..03660f5 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1571,7 +1571,7 @@ page](Configuration.md) It has three methods: - `get_unquoted(varname, default_value)` returns the value of `varname` but without surrounding double quotes (`"`). If the value has not been set returns `default_value` if it is defined and errors out if not. - Available since 0.43.0 + Available since 0.44.0 - `has(varname)`, returns `true` if the specified variable is set |