]> wimlib.net Git - wimlib/commitdiff
Update version to v1.6.1-BETA
authorEric Biggers <ebiggers3@gmail.com>
Mon, 13 Jan 2014 05:16:42 +0000 (23:16 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 13 Jan 2014 05:16:42 +0000 (23:16 -0600)
Makefile.am
README
archlinux/PKGBUILD
configure.ac
debian/changelog
include/wimlib.h
rpm/wimtools.spec
update-version

index 6e2ee7768310009aaf784e6c0aa70b5106888197..fc7ac6ef04fc30244404ce19f3a724d412dcf787 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 12:0:3 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 13:0:4 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index 7b7eaf0320c7a0cdf276a12ae4c5e40a2f25014f..ed7ee1e0e4a55dd802acef4ccfab54aed15c7d40 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.6.0 (January 2014).  wimlib is a C library for
+This is wimlib version 1.6.1 (January 2014).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  These files are normally created using the ImageX
 (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed
index 31b1069599ddd1258ab941f63c89ba89951e23f0..3b5bf23cd14963f7cf64918f75ba45ccf853193f 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index c5443fa2b6e0f2c80cf6376cb458cf53a63796c0..288a64b184adf3e5ef2427e0dc64e94c3f153387 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.6.0], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.6.1-BETA], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index c91e2bf6ea839b910b229e6dfebebac31fdd5d9b..df630765a580425cfa5b8d77bd2826ca36d51a1a 100644 (file)
@@ -1,3 +1,9 @@
+wimlib (1.6.1-1) unstable; urgency=low
+
+  * Update to v1.6.1
+
+ -- Eric Biggers <ebiggers3@gmail.com>  Sun, 12 Jan 2014 23:13:44 -0600
+
 wimlib (1.6.0-1) unstable; urgency=low
 
   * Update to v1.6.0
index 4ef32ac2c50ff429dc506549a1294d8c32b8d5b5..a690f725be1bb9a69cac0fa0586d3225d2c54a06 100644 (file)
@@ -33,7 +33,7 @@
  *
  * @section sec_intro Introduction
  *
- * This is the documentation for the library interface of wimlib 1.6.0, a C
+ * This is the documentation for the library interface of wimlib 1.6.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
 #define WIMLIB_MINOR_VERSION 6
 
 /** Patch version of the library (for example, the 5 in 1.2.5). */
-#define WIMLIB_PATCH_VERSION 0
+#define WIMLIB_PATCH_VERSION 1
 
 #ifdef __cplusplus
 extern "C" {
index 68b655980a7616d5f739e4eab0dbe0c87c12ab4d..e132ad67dd1ee345bf065630bbc032b5bf9f62ad 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.6.0
+Version:   1.6.1
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1..4bb950a617a92f4b6e80ac30d905976878de682b 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
-oldver='1\.5\.3'
-oldmonth=December
+oldver='1\.6\.0'
+oldmonth=January
 oldyear=2013
 
 newmajor=1
 newminor=6
-newpatch=0
+newpatch=1
 newmonth=January
 newyear=2014