]> wimlib.net Git - wimlib/commitdiff
Update version to v1.7.3-BETA
authorEric Biggers <ebiggers3@gmail.com>
Tue, 14 Oct 2014 01:36:05 +0000 (20:36 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 14 Oct 2014 01:36:05 +0000 (20:36 -0500)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 595130574752abbf81cefc21d6e205b25978e889..47db5156d588eebd2cf30d92013cc7bf77b8d343 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.7.3-BETA:
+       The library now permits making in-memory changes to a WIMStruct backed
+       by a read-only WIM file.
+
 Version 1.7.2:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.
 
diff --git a/README b/README
index 453a8c08f44a5585ca602910dc8137b63d652ae5..b64d6e88584fc4e0e8bad7a4348a961f091153f7 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.2 (October 2014).  wimlib is a C library for
+This is wimlib version 1.7.3-BETA (October 2014).  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 0f469a69e0e0b7ffb09b6f55d8581671238a829e..de41a57713bd7cdfa373315c1e9f6332755be3b3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.7.2], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.7.3-BETA], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])