X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=855dbe5eb1950bcd45797be305c0404485f22f10;hb=e1aaba78f1608adf6fcb8d1650144789755940fd;hp=764600da7e5a0acbad3ff2551a86356077c3c426;hpb=9ea0c15bd8ae202af6081978468ed2526a2ad4d7;p=wimlib diff --git a/README b/README index 764600da..855dbe5e 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ INTRODUCTION -This is wimlib version 1.3.3 (April 2013). wimlib is a C library that can be -used to create, modify, extract, and mount files in the Windows Imaging Format -(WIM files). These files are normally created by using the `imagex.exe' utility -on Windows, but wimlib is distributed with a free implementation of ImageX -called "wimlib-imagex" for both UNIX and Windows. +This is wimlib version 1.4.0 (May 2013). wimlib is a C library for creating, +modifying, extracting, and mounting files in the Windows Imaging Format (WIM +files). These files are normally created by using the `imagex.exe' utility on +Windows, but wimlib is distributed with a free implementation of ImageX called +"wimlib-imagex" for both UNIX and Windows. INSTALLATION @@ -278,7 +278,7 @@ http://www.ultimatedeployment.org/. You can see the documentation about Microsoft's version of ImageX at http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx, so you can -see how it compares to the version provided by this library. +see how it compares to wimlib-imagex. If you are looking for a UNIX archive format that provides features similar to WIM, I recommend you take a look at SquashFS (http://squashfs.sourceforge.net/).