From be43a425dd4dd074e97ece80e19953f1bb403118 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 9 Jul 2021 20:26:16 -0500 Subject: [PATCH] v1.13.5-BETA1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cee3298b..0c83a08a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +version 1.13.5-BETA1: + Fixed build errors with the latest version of Mingw-w64. + + wimlib now warns rather than aborts if two files have the same SHA-1 + hash but different sizes. + Version 1.13.4: wimsplit now prints progress messages regularly rather than just once per WIM part. diff --git a/configure.ac b/configure.ac index 25bb25d7..948db93c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.4], [https://wimlib.net/forums/]) +AC_INIT([wimlib], [1.13.5-BETA1], [https://wimlib.net/forums/]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0