From 1785172d404126c1930ca2d523e1b9fd7753dc7e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 9 May 2016 21:32:09 -0500 Subject: [PATCH 1/1] v1.9.2-BETA2 --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 80a44ddb..41a66b18 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.9.2-BETA (April 2016). wimlib is a C library for +This is wimlib version 1.9.2-BETA (May 2016). 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 2c80b751..fe8cdb67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.9.2-BETA], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.9.2-BETA2], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- 2.43.0