summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-10 17:26:59 -0500
committerDavid Robillard <d@drobilla.net>2025-02-10 17:26:59 -0500
commit8348512a60399d172fc83cd7bdf121d4c0b1015e (patch)
treebcee65f2632c0bfd0659b3b7b77e1d4954268e2d /meson.build
parentcdc8eb7ad393c049d3fdf520c6fd1475d33c3a73 (diff)
downloadzix-8348512a60399d172fc83cd7bdf121d4c0b1015e.tar.gz
zix-8348512a60399d172fc83cd7bdf121d4c0b1015e.tar.bz2
zix-8348512a60399d172fc83cd7bdf121d4c0b1015e.zip
Use getenv() instead of environ to avoid issues on FreeBSD
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9a4f169..1b9b46a 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project(
],
license: 'ISC',
meson_version: '>= 0.56.0',
- version: '0.6.2',
+ version: '0.6.3',
)
zix_src_root = meson.current_source_dir()