From 5743653131bcfd3f03d4b6cb5d18e207f91c56d2 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 1 Jun 2020 21:30:08 -0700 Subject: [PATCH] v1.13.3-BETA1 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8b72b59c..dc3f37ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.13.3-BETA1: + On Windows, improved performance of capturing an entire drive + in some cases. + Version 1.13.2: Prevented miscompilation with gcc 10 at -O3 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94994). diff --git a/configure.ac b/configure.ac index 88cde791..3eb9faba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.2], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.13.3-BETA1], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0