]> wimlib.net Git - wimlib/commitdiff
v1.7.0 v1.7.0
authorEric Biggers <ebiggers3@gmail.com>
Tue, 17 Jun 2014 00:28:40 +0000 (19:28 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 17 Jun 2014 01:49:26 +0000 (20:49 -0500)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 99b6a7b7514032e2d34d3eb8cb01794f18c7a9d9..30558f430702e1e5f40a6e06d58a94690b10a8b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.7.0-BETA:
+Version 1.7.0:
        Improved compression, decompression, and extraction performance.
 
        Improved compatibility with version 3584 WIM / ESD files:
diff --git a/README b/README
index c3e47b7bb8bd105fad655fad01c1ffc6d169d181..25430a70bb7236f85caea254b215128f2f9f29b1 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.0-BETA (June 2014).  wimlib is a C library for
+This is wimlib version 1.7.0 (June 2014).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  These files are normally created using the ImageX
 (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed
index 1e546ff08a020dc967413c573105cfc8b6d6fb8a..d31269f0378452e91ee82f3f65913201bb6703ad 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.7.0-BETA], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.7.0], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])