X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=ffa855c4818dc263f09958397fe9b8c7a1ccc648;hb=a739a1c0e0d2091209544f8f155baa0df6935d6f;hp=076f6526b15e9fa3506f922ec2ae54fcdbe50f1e;hpb=6aa26b42aa9bfd2f42ec5c82d7bbaf4ab42b79d9;p=wimlib diff --git a/README b/README index 076f6526..ffa855c4 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.8.3-BETA (September 2015). wimlib is a C library for +This is wimlib version 1.8.3 (November 2015). 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, @@ -310,7 +310,7 @@ mode), to ensure a fast and feature-rich implementation of each platform/mode. wimlib is mainly used on x86 and x86_64 CPUs, but it should also work on a number of other GCC-supported 32-bit or 64-bit architectures. It has been -tested on the ARM architecture. +tested on the ARM and MIPS architectures. Currently, gcc and clang are the only supported compilers. A few nonstandard extensions are used in the code.