]> wimlib.net Git - wimlib/commitdiff
Use v1.8.0 as next version instead of v1.7.5
authorEric Biggers <ebiggers3@gmail.com>
Mon, 16 Feb 2015 05:34:14 +0000 (23:34 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 16 Feb 2015 06:18:11 +0000 (00:18 -0600)
NEWS
README
configure.ac
include/wimlib.h

diff --git a/NEWS b/NEWS
index 1ce8e39467104f00f7e8f956e1ef3858144eb7a3..3d02ecc3e1c927144e921b0f1a644136922c5bca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.7.5-BETA:
+Version 1.8.0-BETA:
        Improved the LZX compressor.  It is now 15-20% faster than before and
        provides a slightly better compression ratio.
 
diff --git a/README b/README
index 966ec45ae07a7ea1d92b56ef1df91037f59de3cf..e54be618ef8c0711c8d14acf1cea2aa0f404410d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.5-BETA (January 2015).  wimlib is a C library for
+This is wimlib version 1.8.0-BETA (February 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,
@@ -78,7 +78,7 @@ create the file.  When applicable, the results with the equivalent Microsoft
 implementation in WIMGAPI is included.
 
   =============================================================================
-  | Compression            ||  wimlib (v1.7.5-BETA)  |  WIMGAPI (Windows 8.1) |
+  | Compression            ||  wimlib (v1.8.0)       |  WIMGAPI (Windows 8.1) |
   =============================================================================
   | None             [1]   ||  361,314,224 in 2.4s   |  361,315,338 in 4.5s   |
   | XPRESS           [2]   ||  138,218,750 in 3.0s   |  140,457,436 in 6.0s   |
@@ -139,7 +139,7 @@ Testing environment:
 
 The compression ratio provided by wimlib is also competitive with commonly used
 archive formats.  Below are file sizes that result when the Canterbury corpus is
-compressed with wimlib (v1.7.5), WIMGAPI (Windows 8.1), and some other
+compressed with wimlib (v1.8.0), WIMGAPI (Windows 8.1), and some other
 formats/programs:
 
      =====================================================
index ebb9f5aba8cadca61a9b011e4efc0f933d87c040..b70a2ec69a47790e373608136009d12d4b48bc9f 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], [1.7.5-BETA3], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.8.0-BETA4], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 9a5e4a3c6b6f3e6928782eb141813f43fc6f749c..70b1781facef4367a17b4390eba73830314f6ac9 100644 (file)
@@ -4673,7 +4673,7 @@ wimlib_get_compressor_needed_memory(enum wimlib_compression_type ctype,
  *     Therefore, it is a compressor-only parameter and does not need to be
  *     passed to the decompressor.
  *     <br/>
- *     Since wimlib v1.7.5, this parameter can be OR-ed with the flag
+ *     Since wimlib v1.8.0, this parameter can be OR-ed with the flag
  *     ::WIMLIB_COMPRESSOR_FLAG_DESTRUCTIVE.  This creates the compressor in a
  *     mode where it is allowed to modify the input buffer.  Specifically, in
  *     this mode, if compression succeeds, the input buffer may have been