]> wimlib.net Git - wimlib/commitdiff
v1.11.0-BETA5
authorEric Biggers <ebiggers3@gmail.com>
Mon, 2 Jan 2017 00:19:25 +0000 (18:19 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 2 Jan 2017 00:19:25 +0000 (18:19 -0600)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 0fb7f91c316820fbf49319c4393559107a865359..14e9675eda0a7305eaed015761479a6e24890c07 100644 (file)
--- 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 490fe3691e48032839ec8d7bc63aacc7ae9dc9cb..90121b653c1024a01df1612a305f97878f0d28c4 100644 (file)
--- 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,
index 1d3498d21318679e16ff1b98f65195af8140e643..a077fcdf1007d70bfcb3e05add2c6638a9cbca5c 100644 (file)
@@ -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])