]> wimlib.net Git - wimlib/commitdiff
Set version to 1.7.2-BETA
authorEric Biggers <ebiggers3@gmail.com>
Fri, 15 Aug 2014 02:48:18 +0000 (21:48 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 15 Aug 2014 02:48:18 +0000 (21:48 -0500)
README
configure.ac

diff --git a/README b/README
index 71c88384c0abc57d364b72ff25d10552bdd5726a..299a323da2958c2d0e00d6342de2826d89bba893 100644 (file)
--- 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,
index 78047564ea0ddc952c036abeae045eaf490a29f8..8e6bce6bdf3e277fbccfc8bd9d306143c728a05c 100644 (file)
@@ -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])