]> wimlib.net Git - wimlib/commitdiff
Update version number
authorEric Biggers <ebiggers3@gmail.com>
Mon, 20 May 2013 19:05:04 +0000 (14:05 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 20 May 2013 19:05:04 +0000 (14:05 -0500)
Makefile.am
README
archlinux/PKGBUILD
configure.ac
debian/changelog
include/wimlib.h
make-release
rpm/wimlib-without-fuse-or-ntfs-3g.spec
rpm/wimlib.spec

index 87f8798279327b38de7fe70ec08c774c0af736c8..f18a5ce0529ebb354bbe70286d620e8588f07589 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
 
 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         \
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index fe6f74d7d5cb7df00ad6a65e2f2edb3cff97aa5e..8b78d7051736b0dc1ae01290894d458711204ee3 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
                                   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
 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
index 0ce073e3d0f3db44cdb5b8677274127febb56bbe..e971a4a91f0d030e3d23dcf0bf0d5d063de23e1f 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 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")
 pkgrel=1
 pkgdesc="A library to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index 26398a9864c23b1501194e9fd984cf3bb2c379cc..6aa1fb950dc867c65871dc61c12ab13c4ca9d871 100644 (file)
@@ -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])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index aadc25d5ca453818be4d7a163d4324053eaf4976..ae75197e15ba773f4d29b1bf66adb1a7eed5f564 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.4.1-1) unstable; urgency=low
+
+  * Update to v1.4.1
+
+ -- Eric Biggers <ebiggers3gmail.com>  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"
 wimlib (1.4.0-1) unstable; urgency=low
 
   * Update to v1.4.0; moved wimlib-imagex and mkwinpeimg to "wimtools"
index 7547b7c9d2efae344198f4bf20fa4f05c9fccd16..b5dcd96dfd3b72ad1fd388dc0460db7ccd5c4f60 100644 (file)
@@ -31,7 +31,7 @@
  *
  * \section intro Introduction
  *
  *
  * \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
  * 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
 #define WIMLIB_MINOR_VERSION 4
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
 #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
 
 /**
  * Opaque structure that represents a WIM file.  This is an in-memory structure
index 3d477d88b8ca6812c98dab9f48a13a86da7390d7..5ff293ed9e09fe28e9206356e606d72ea6de3c77 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.3\.3'
-oldmonth=April
+oldver='1\.4\.0'
+oldmonth=May
 oldyear=2013
 
 newmajor=1
 newminor=4
 oldyear=2013
 
 newmajor=1
 newminor=4
-newpatch=0
+newpatch=1
 newmonth=May
 newyear=2013
 
 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'/' \
        -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
 
 
 sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/*.1.in
 
index a87428d4627773c3afb1f80648a4ff1aa8e55630..9a198a423b7b40009aa0fddd6509a32cecf06469 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, modify, and mount WIM files
 Name:      wimlib
 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
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries
index eb67a48f840884eacc42f490e168b14032f13d31..6e9a761e9630afce6e6425c26a399a99a1e74040 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to extract, create, modify, and mount WIM files
 Name:      wimlib
 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
 Release:   1
 License:   GPLv3+
 Group:     System/Libraries