]> wimlib.net Git - wimlib/commitdiff
Update version to v1.7.1-BETA
authorEric Biggers <ebiggers3@gmail.com>
Fri, 20 Jun 2014 00:35:27 +0000 (19:35 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 20 Jun 2014 00:35:27 +0000 (19:35 -0500)
Makefile.am
README
archlinux/PKGBUILD
configure.ac
include/wimlib.h
rpm/wimtools.spec
update-version

index f9754a104f8dd30dad36e24fadb5995b2b4b7a97..2e1298b6bf8f3f9e94fef248cc4afff118d69be3 100644 (file)
@@ -15,7 +15,7 @@ endif
 
 lib_LTLIBRARIES = libwim.la
 
-libwim_la_LDFLAGS = -version-info 15:0:0 $(WINDOWS_LDFLAGS)
+libwim_la_LDFLAGS = -version-info 16:0:1 $(WINDOWS_LDFLAGS)
 
 libwim_la_SOURCES =            \
        src/add_image.c         \
diff --git a/README b/README
index 25430a70bb7236f85caea254b215128f2f9f29b1..108b8a6cf95c20b04960cb58c2572f036cfb88be 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.0 (June 2014).  wimlib is a C library for
+This is wimlib version 1.7.1-BETA (June 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 027ca1c69fbe1e0191c8d0599de02845d7014030..1522eedd98363940fa1f6dbae37e3ca69d2abb10 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
index d31269f0378452e91ee82f3f65913201bb6703ad..c9737fbf452499e6b699987d27d72067f518620c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([wimlib], [1.7.0], [ebiggers3@gmail.com])
+AC_INIT([wimlib], [1.7.1-BETA], [ebiggers3@gmail.com])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
index 23c53ad68bf2affac160ab0dcf995d774c798a32..ecb7635304489b5f755267dc179fb0712b7ba7f9 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * @mainpage
  *
- * This is the documentation for the library interface of wimlib 1.7.0, a C
+ * This is the documentation for the library interface of wimlib 1.7.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 7
 
 /** 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 64bae856dcf5dd73d1e727e6ab95f337eeb5d9b5..a540d59b3fe979318acb21f5f5f7b11ba14b1615 100644 (file)
@@ -1,6 +1,6 @@
 Name:      wimtools
 Summary:   Tools to create, extract, modify, and mount WIM files
-Version:   1.7.0
+Version:   1.7.1
 Release:   1
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/wimlib
index 8acbe0cdd484eb1698fc9116a47c7d9fa65d3fe7..0ce1b04c2da188cdc0ac4a13bf8749fef14427ac 100755 (executable)
@@ -1,12 +1,12 @@
 #!/bin/bash
 
 oldver='1\.7\.0'
-oldmonth=May
+oldmonth=June
 oldyear=2014
 
 newmajor=1
 newminor=7
-newpatch=0
+newpatch=1
 newmonth=June
 newyear=2014