build: sync meson version back up to release version

This commit is contained in:
Rasmus Thomsen 2020-04-17 19:15:08 +02:00
parent a6ca315865
commit 9281d8216a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
project('taggedalgebraic', 'd',
meson_version: '>=0.50',
version: '0.11.9'
version: '0.11.12'
)
project_soversion = '0'

View file

@ -11,7 +11,7 @@ if [ ! -z "${COVERAGE:-}" ]; then
else
dub test
if [ "x$TEST_MESON" = "xtrue" ] && ! [ "x$TRAVIS_COMPILER" = "xdmd" && $(dmd --version | head -n1) = "DMD64 D Compiler v2.085.1"]; then
if [ "x$TEST_MESON" = "xtrue" ] && [ "x$(dmd --version | head -n1)" != "xDMD64 D Compiler v2.085.1" ]; then
meson build && ninja -C build
fi
fi