]> wimlib.net Git - wimlib/blobdiff - README
Define version macros in wimlib.h
[wimlib] / README
diff --git a/README b/README
index 6f2a407d4abaa2cc0f4aea6674d7a6212a9ed5b5..6352e6bdc832d0a8718e428f7b13490e8e2225aa 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   WIMLIB
 
-This is wimlib version 1.1.0 (November 2012).  wimlib can be used to read,
+This is wimlib version 1.2.0 (November 2012).  wimlib can be used to read,
 write, and mount files in the Windows Imaging Format (WIM files).  These files
 are normally created by using the `imagex.exe' utility on Windows, but this
 library provides a free implementation of imagex for UNIX-based systems.
@@ -22,7 +22,7 @@ Windows that are almost exactly the same.
 Microsoft provides documentation for the WIM file format, XPRESS compression
 format, and LZX compression format.  The XPRESS documentation is acceptable, but
 the LZX documentation is not entirely correct, and the WIM documentation itself
-is very incomplete and is of unacceptable quality.
+is incomplete.
 
 A WIM file may be either stand-alone or split into multiple parts.