From 23a6fd697358912e7e7af6061aaee07b0d78bc5d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 13 Oct 2014 20:36:05 -0500 Subject: [PATCH] Update version to v1.7.3-BETA --- NEWS | 4 ++++ README | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 59513057..47db5156 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.7.3-BETA: + The library now permits making in-memory changes to a WIMStruct backed + by a read-only WIM file. + Version 1.7.2: Made more improvements to the XPRESS, LZX, and LZMS compressors. diff --git a/README b/README index 453a8c08..b64d6e88 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.2 (October 2014). wimlib is a C library for +This is wimlib version 1.7.3-BETA (October 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 0f469a69..de41a577 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.7.2], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.3-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0