From 9d343c721ab2b981c21f69fa49600bb9245accd5 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 1 Jan 2017 18:19:25 -0600 Subject: [PATCH] v1.11.0-BETA5 --- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0fb7f91c..14e9675e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.11.0-BETA4: +Version 1.11.0-BETA5: On all platforms, sparse files are now extracted as sparse. Sparse files captured from UNIX-style filesystems are now marked as diff --git a/README b/README index 490fe369..90121b65 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.11.0-BETA4 (December 2016). wimlib is a C library for +This is wimlib version 1.11.0-BETA5 (January 2017). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend 'wimlib-imagex' provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, diff --git a/configure.ac b/configure.ac index 1d3498d2..a077fcdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.11.0-BETA4], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.11.0-BETA5], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0