From 90e593fe7ad5b5c1b68f8c684a3c768ddad3eaa7 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 21 Dec 2012 12:42:56 -0600 Subject: [PATCH] Version 1.2.2 --- README | 2 +- archlinux/PKGBUILD | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ programs/mkwinpeimg | 2 +- rpm/wimlib-minimal.spec | 2 +- rpm/wimlib-without-ntfs-3g.spec | 2 +- rpm/wimlib.spec | 2 +- src/wimlib.h | 4 ++-- 9 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README b/README index 4ffd1420..b1109643 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 1.2.1 (December 2012). wimlib can be used to read, +This is wimlib version 1.2.2 (December 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 implementation of imagex for UNIX-based systems. diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index d479a621..20280e3b 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="A library to extract, create, and modify WIM files" arch=("i686" "x86_64") diff --git a/configure.ac b/configure.ac index 919d7435..dff44559 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.2.1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.2.2], [ebiggers3@gmail.com]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index b7fd743f..3fc43284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.2.2-1) unstable; urgency=low + + * Update to v1.2.2 + + -- Eric Biggers Fri, 21 Dec 2012 12:39:22 -0600 + wimlib (1.2.1-1) unstable; urgency=low * Update to v1.2.1 diff --git a/programs/mkwinpeimg b/programs/mkwinpeimg index dc938a31..9e259be5 100755 --- a/programs/mkwinpeimg +++ b/programs/mkwinpeimg @@ -20,7 +20,7 @@ script_name="$(basename $0)" PREFIX_REG="::" -WIMLIB_VERSION=1.2.1 +WIMLIB_VERSION=1.2.2 calc_columns () { STAT_COL=80 diff --git a/rpm/wimlib-minimal.spec b/rpm/wimlib-minimal.spec index 5c6d84a6..a874e1f8 100644 --- a/rpm/wimlib-minimal.spec +++ b/rpm/wimlib-minimal.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.1 +Version: 1.2.2 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib-without-ntfs-3g.spec b/rpm/wimlib-without-ntfs-3g.spec index 18c1a553..c51fbb8f 100644 --- a/rpm/wimlib-without-ntfs-3g.spec +++ b/rpm/wimlib-without-ntfs-3g.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.1 +Version: 1.2.2 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib.spec b/rpm/wimlib.spec index 7e037e1c..4a3037a0 100644 --- a/rpm/wimlib.spec +++ b/rpm/wimlib.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.1 +Version: 1.2.2 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/src/wimlib.h b/src/wimlib.h index 1b476be2..50fc3631 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -31,7 +31,7 @@ * * \section intro Introduction * - * This is the documentation for the library interface of wimlib 1.2.1. If you + * This is the documentation for the library interface of wimlib 1.2.2. If you * have installed wimlib and want to know how to use the @c imagex program, * please see the man pages instead. * @@ -217,7 +217,7 @@ #define WIMLIB_MAJOR_VERSION 1 #define WIMLIB_MINOR_VERSION 2 -#define WIMLIB_PATCH_VERSION 1 +#define WIMLIB_PATCH_VERSION 2 /** * Opaque structure that represents a WIM file. This is an in-memory structure -- 2.43.0