From: Eric Biggers Date: Mon, 20 May 2013 19:05:04 +0000 (-0500) Subject: Update version number X-Git-Tag: v1.4.1~81 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=7ed55e914b616c71e3118ca9948c1350441a9fc2;hp=a0a35f892af5a7536b68d3d8034bcd5f298d7de1 Update version number --- diff --git a/Makefile.am b/Makefile.am index 87f87982..f18a5ce0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ endif lib_LTLIBRARIES = libwim.la -libwim_la_LDFLAGS = -version-info 7:0:0 $(WINDOWS_LDFLAGS) +libwim_la_LDFLAGS = -version-info 8:0:1 $(WINDOWS_LDFLAGS) libwim_la_SOURCES = \ src/add_image.c \ diff --git a/README b/README index fe6f74d7..8b78d705 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.4.0 (May 2013). wimlib is a C library for creating, +This is wimlib version 1.4.1 (May 2013). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). These files are normally created by using the `imagex.exe' utility on Windows, but wimlib is distributed with a free implementation of ImageX called diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 0ce073e3..e971a4a9 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.4.0 +pkgver=1.4.1 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 26398a98..6aa1fb95 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.4.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.4.1], [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 aadc25d5..ae75197e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.4.1-1) unstable; urgency=low + + * Update to v1.4.1 + + -- Eric Biggers Mon, 20 May 2013 14:01:44 -0500 + wimlib (1.4.0-1) unstable; urgency=low * Update to v1.4.0; moved wimlib-imagex and mkwinpeimg to "wimtools" diff --git a/include/wimlib.h b/include/wimlib.h index 7547b7c9..b5dcd96d 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -31,7 +31,7 @@ * * \section intro Introduction * - * This is the documentation for the library interface of wimlib 1.4.0, a C + * This is the documentation for the library interface of wimlib 1.4.1, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging Format. This documentation is intended for developers only. * If you have installed wimlib and want to know how to use the @b wimlib-imagex @@ -164,7 +164,7 @@ #define WIMLIB_MINOR_VERSION 4 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 0 +#define WIMLIB_PATCH_VERSION 1 /** * Opaque structure that represents a WIM file. This is an in-memory structure diff --git a/make-release b/make-release index 3d477d88..5ff293ed 100755 --- a/make-release +++ b/make-release @@ -1,12 +1,12 @@ #!/bin/bash -oldver='1\.3\.3' -oldmonth=April +oldver='1\.4\.0' +oldmonth=May oldyear=2013 newmajor=1 newminor=4 -newpatch=0 +newpatch=1 newmonth=May newyear=2013 @@ -21,7 +21,7 @@ sed -i -e 's/\(#define WIMLIB_MAJOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newm -e 's/\(#define WIMLIB_MINOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newminor'/' \ -e 's/\(#define WIMLIB_PATCH_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newpatch'/' \ -e 's/\(the library interface of wimlib \)'$oldver'/\1'$newver'/' \ - src/wimlib.h + include/wimlib.h sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/*.1.in diff --git a/rpm/wimlib-without-fuse-or-ntfs-3g.spec b/rpm/wimlib-without-fuse-or-ntfs-3g.spec index a87428d4..9a198a42 100644 --- a/rpm/wimlib-without-fuse-or-ntfs-3g.spec +++ b/rpm/wimlib-without-fuse-or-ntfs-3g.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, modify, and mount WIM files Name: wimlib -Version: 1.4.0 +Version: 1.4.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib.spec b/rpm/wimlib.spec index eb67a48f..6e9a761e 100644 --- a/rpm/wimlib.spec +++ b/rpm/wimlib.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, modify, and mount WIM files Name: wimlib -Version: 1.4.0 +Version: 1.4.1 Release: 1 License: GPLv3+ Group: System/Libraries