From 19383e489030b926c9816699a13b81b36bb766b1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 14 Aug 2014 21:48:18 -0500 Subject: [PATCH] Set version to 1.7.2-BETA --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.43.0