From d3a3b9422a721e2b51c46ccf9f25e34a06b4acc3 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:56:07 -0600 Subject: [PATCH] Prepare for 0.5.1 release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 220777c..5bb6720 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.5.1 - 19 February 2024 + + * Fix 32-bit builds + * Add nix as a supported build type + 0.5.0 - 13 September 2023 * Add `--notify_fd` option diff --git a/configure.ac b/configure.ac index fcb05f1..84c8cb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([squashfuse], [0.5.0], [dave@vasilevsky.ca]) +AC_INIT([squashfuse], [0.5.1], [dave@vasilevsky.ca]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])