From bd8dbbc0872d0e5018daae15c4fd7e88426cdf8b Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:52:30 -0600 Subject: [PATCH] update to 0.5.2 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5bb6720..417cd3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.5.2 - 22 February 2024 + + * No code changes, just changing the tag style back to what it was, + without a `v` prefix. + 0.5.1 - 19 February 2024 * Fix 32-bit builds diff --git a/configure.ac b/configure.ac index 84c8cb6..df86ebc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([squashfuse], [0.5.1], [dave@vasilevsky.ca]) +AC_INIT([squashfuse], [0.5.2], [dave@vasilevsky.ca]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])