From 93eb717f520d68d27bfe110d48057cdd54a4a2bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 18:47:57 -0400 Subject: Fix semaphore error handling Note that existing code which uses zix_sem_try_wait() may still compile against this change, but be incorrect! --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2f10fbb..2f442f0 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 OR ISC project('zix', ['c'], - version: '0.1.0', + version: '0.2.0', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ -- cgit v1.2.1