]> wimlib.net Git - wimlib/commitdiff
v1.13.4-BETA1
authorEric Biggers <ebiggers3@gmail.com>
Fri, 2 Apr 2021 04:14:20 +0000 (21:14 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 2 Apr 2021 04:14:20 +0000 (21:14 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 623328050b5e5b3a0968b601929b2e1f1a1fd0ee..3ac38c16da0e3fa4049727b737627ea3c45ce472 100644 (file)
--- 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.
index 1f1b297dec7facded8ffdd5c91d644b5c1ef7e0d..39f75d5185e7b6b79b7438748460c78a7876406c 100644 (file)
@@ -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])