From: Eric Biggers Date: Fri, 22 Mar 2013 06:06:28 +0000 (-0500) Subject: Update version number to 1.3.1 X-Git-Tag: v1.3.1~1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=34935d41624c903db230efbd5b0a1f37e7fdcc32;hp=ff990701fd48affe9aec420982a0ee3b5aceb339 Update version number to 1.3.1 --- diff --git a/README b/README index e3c7632d..b9a6a53e 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 1.3.0 (March 2013). wimlib can be used to read, +This is wimlib version 1.3.1 (March 2013). 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 c6af81d2..d7b63bb6 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.0 +pkgver=1.3.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 2b15855b..71136390 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wimlib], [1.3.0], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.3.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 23aa1636..b231ecf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wimlib (1.3.1-1) unstable; urgency=low + + * Update to v1.3.1 + + -- Eric Biggers Fri, 22 Mar 2013 01:05:27 -0500 + wimlib (1.3.0-1) unstable; urgency=low * Update to v1.3.0 diff --git a/make-release b/make-release index 7ea68f3e..81a3962b 100755 --- a/make-release +++ b/make-release @@ -1,12 +1,12 @@ #!/bin/bash -oldver='1\.2\.6' +oldver='1\.3\.0' oldmonth=March oldyear=2013 newmajor=1 -newminor=2 -newpatch=7 +newminor=3 +newpatch=1 newmonth=March newyear=2013 diff --git a/rpm/wimlib-minimal.spec b/rpm/wimlib-minimal.spec index af187a5b..77d779ac 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.3.0 +Version: 1.3.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib-without-ntfs-3g.spec b/rpm/wimlib-without-ntfs-3g.spec index ecddd559..42f11cab 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.3.0 +Version: 1.3.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib.spec b/rpm/wimlib.spec index c4cdb111..b4ba27a1 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.3.0 +Version: 1.3.1 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/src/wimlib.h b/src/wimlib.h index 2947e100..18417d19 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.3.0. If you + * This is the documentation for the library interface of wimlib 1.3.1. If you * have installed wimlib and want to know how to use the @b wimlib-imagex * program, please see the man pages instead. Also: the actual project page * where you can download the source code for the library is at