From 1419729c7316d5b4c043a30e80ce38a5702952f5 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 25 May 2012 14:46:15 -0500 Subject: [PATCH] Version 0.7.2 --- README | 2 +- archlinux/PKGBUILD.in | 2 ++ configure | 20 ++++++++++---------- configure.ac | 2 +- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README b/README index 9093c8fe..1ed9e23e 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 0.7.1 (May 2012). wimlib can be used to read, write, +This is wimlib version 0.7.2 (May 2012). wimlib can be used to read, write, and mount files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but this library provides a free implementetion of imagex for UNIX-based systems. diff --git a/archlinux/PKGBUILD.in b/archlinux/PKGBUILD.in index 0d1dca9f..2ef460e5 100644 --- a/archlinux/PKGBUILD.in +++ b/archlinux/PKGBUILD.in @@ -1,5 +1,7 @@ # Maintainer: Eric Biggers +# Set and $md5sums and delete this line to complete the PKGBUILD + pkgname=wimlib pkgver=@VERSION@ pkgrel=1 diff --git a/configure b/configure index 19bad797..910485db 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for wimlib 0.7.1. +# Generated by GNU Autoconf 2.69 for wimlib 0.7.2. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='wimlib' PACKAGE_TARNAME='wimlib' -PACKAGE_VERSION='0.7.1' -PACKAGE_STRING='wimlib 0.7.1' +PACKAGE_VERSION='0.7.2' +PACKAGE_STRING='wimlib 0.7.2' PACKAGE_BUGREPORT='ebiggers3@gmail.com' PACKAGE_URL='' @@ -1331,7 +1331,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures wimlib 0.7.1 to adapt to many kinds of systems. +\`configure' configures wimlib 0.7.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1401,7 +1401,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of wimlib 0.7.1:";; + short | recursive ) echo "Configuration of wimlib 0.7.2:";; esac cat <<\_ACEOF @@ -1530,7 +1530,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -wimlib configure 0.7.1 +wimlib configure 0.7.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1808,7 +1808,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by wimlib $as_me 0.7.1, which was +It was created by wimlib $as_me 0.7.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2639,7 +2639,7 @@ fi # Define the identity of the package. PACKAGE='wimlib' - VERSION='0.7.1' + VERSION='0.7.2' cat >>confdefs.h <<_ACEOF @@ -14271,7 +14271,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by wimlib $as_me 0.7.1, which was +This file was extended by wimlib $as_me 0.7.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14337,7 +14337,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -wimlib config.status 0.7.1 +wimlib config.status 0.7.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d84462d9..dc83ff45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [0.7.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [0.7.2], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_CONFIG_MACRO_DIR([m4]) -- 2.43.0