]> wimlib.net Git - wimlib/commitdiff
v1.11.0-BETA4
authorEric Biggers <ebiggers3@gmail.com>
Wed, 28 Dec 2016 04:36:28 +0000 (22:36 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 28 Dec 2016 04:36:28 +0000 (22:36 -0600)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 13cd69f5a311be0e047347c48499fb2a2cc2667d..f6c24ea8e79ce7dda71ac29f00424d8577450e15 100644 (file)
--- 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 0bf954036cd892ffd3e2d71dd85c1ad13c2e860a..8975d724ac70e9444984230046d40a3e91d3b65c 100644 (file)
--- 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,
index 38ad3e0f37806fede901c8c5bba5432e03965d8c..1d3498d21318679e16ff1b98f65195af8140e643 100644 (file)
@@ -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])