From 3e95cf8fa617fdaa37284dd1ab5848bbf9868256 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 9 Dec 2014 22:53:21 -0600 Subject: [PATCH] Update version to v1.7.4-BETA --- NEWS | 4 ++++ README | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4f4d8b3f..9d27fbee 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ Version 1.7.4-BETA: the target files do not yet exist. (Broken since v1.7.0, but actually a result of a Microsoft bug.) + More fixes for wimlib on non-x86 architectures such as ARM. + + Slight performance improvements in compression and decompression. + Version 1.7.3: Fix for very slow export from solid WIM / ESD files. diff --git a/README b/README index 2a95dbd1..a7a82083 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.3 (November 2014). wimlib is a C library for +This is wimlib version 1.7.4-BETA (December 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, diff --git a/configure.ac b/configure.ac index d580b413..2a5abb08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.7.3], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.4-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0