From 11955ba7ab5c13a888e944c895d6051bab80156c Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 1 Apr 2021 21:14:20 -0700 Subject: [PATCH] v1.13.4-BETA1 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 62332805..3ac38c16 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.13.4-BETA1: + wimsplit now prints progress messages regularly rather than just once + per WIM part. + Version 1.13.3: On Windows, improved performance of capturing an entire drive in some cases. diff --git a/configure.ac b/configure.ac index 1f1b297d..39f75d51 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.3], [https://wimlib.net/forums/]) +AC_INIT([wimlib], [1.13.4-BETA1], [https://wimlib.net/forums/]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.46.1