From: Eric Biggers Date: Fri, 2 Apr 2021 04:14:20 +0000 (-0700) Subject: v1.13.4-BETA1 X-Git-Tag: v1.13.4~3 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=11955ba7ab5c13a888e944c895d6051bab80156c;p=wimlib v1.13.4-BETA1 --- 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])