From cee5f3ac7874a5f3d1ee4d4c3a56dc49e9f0ef0a Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 16 Jun 2014 19:28:40 -0500 Subject: [PATCH] v1.7.0 --- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 99b6a7b7..30558f43 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.7.0-BETA: +Version 1.7.0: Improved compression, decompression, and extraction performance. Improved compatibility with version 3584 WIM / ESD files: diff --git a/README b/README index c3e47b7b..25430a70 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.0-BETA (June 2014). wimlib is a C library for +This is wimlib version 1.7.0 (June 2014). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). These files are normally created using the ImageX (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed diff --git a/configure.ac b/configure.ac index 1e546ff0..d31269f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.7.0-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.0], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0