From: Eric Biggers Date: Fri, 15 Aug 2014 02:48:18 +0000 (-0500) Subject: Set version to 1.7.2-BETA X-Git-Tag: v1.7.2~74 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=19383e489030b926c9816699a13b81b36bb766b1;ds=sidebyside Set version to 1.7.2-BETA --- diff --git a/README b/README index 71c88384..299a323d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.1 (August 2014). wimlib is a C library for +This is wimlib version 1.7.2-BETA (August 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 78047564..8e6bce6b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.7.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.7.2-BETA], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux])