From aecf20a6e6e6a6e78dbe5ea762e9785525142348 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jan 2025 16:45:25 -0500 Subject: Zix 0.6.0 --- NEWS | 4 ++-- doc/conf.py.in | 4 ++-- meson.build | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 2a5f921..92d2d9e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -zix (0.5.1) unstable; urgency=medium +zix (0.6.0) stable; urgency=medium * Add ZIX_NODISCARD attribute * Add option to build for older Windows versions @@ -13,7 +13,7 @@ zix (0.5.1) unstable; urgency=medium * Support building for UWP * Support building for Windows with or without UNICODE - -- David Robillard Wed, 11 Dec 2024 05:22:31 +0000 + -- David Robillard Sat, 18 Jan 2025 21:49:37 +0000 zix (0.4.2) stable; urgency=medium diff --git a/doc/conf.py.in b/doc/conf.py.in index 6b3c415..a7c254d 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -1,10 +1,10 @@ -# Copyright 2021-2023 David Robillard +# Copyright 2021-2025 David Robillard # SPDX-License-Identifier: 0BSD OR ISC # Project information project = "Zix" -copyright = "2011-2023, David Robillard" +copyright = "2011-2025, David Robillard" author = "David Robillard" release = "@ZIX_VERSION@" version = "@ZIX_VERSION@" diff --git a/meson.build b/meson.build index d6792f7..02f2dbb 100644 --- a/meson.build +++ b/meson.build @@ -12,7 +12,7 @@ project( ], license: 'ISC', meson_version: '>= 0.56.0', - version: '0.5.1', + version: '0.6.0', ) zix_src_root = meson.current_source_dir() @@ -434,7 +434,7 @@ libzix = library( versioned_name, sources, c_args: c_suppressions + library_c_args, - darwin_versions: ['0.5.0', meson.project_version()], + darwin_versions: ['0.6.0', meson.project_version()], dependencies: dependencies, gnu_symbol_visibility: 'hidden', include_directories: include_dirs, -- cgit v1.2.1