# This allows 'dune --version' to output the correct version instead of "n/a".
abinfo "Setting dune version ..."
sed -i "/^(name dune)/a (version $PKGVER)" \
    "$SRCDIR"/dune-project
