From 3b637b35632a982720be3891a3726cc1af8545e1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 27 Dec 2016 22:36:28 -0600 Subject: [PATCH] v1.11.0-BETA4 --- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 13cd69f5..f6c24ea8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.11.0-BETA1: +Version 1.11.0-BETA4: 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 0bf95403..8975d724 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.10.0 (August 2016). wimlib is a C library for +This is wimlib version 1.11.0-BETA4 (December 2016). 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 38ad3e0f..1d3498d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.11.0-BETA1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.11.0-BETA4], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0