From: Eric Biggers Date: Tue, 14 Oct 2014 01:36:05 +0000 (-0500) Subject: Update version to v1.7.3-BETA X-Git-Tag: v1.7.3~22 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=23a6fd697358912e7e7af6061aaee07b0d78bc5d;hp=4c73e29d8d74a4e969782d2d40e209337414034c Update version to v1.7.3-BETA --- 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])