]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
libarchive 2.6.2 v2.6.2
authorTim Kientzle <kientzle@gmail.com>
Fri, 27 Feb 2009 06:51:06 +0000 (01:51 -0500)
committerTim Kientzle <kientzle@gmail.com>
Fri, 27 Feb 2009 06:51:06 +0000 (01:51 -0500)
SVN-Revision: 719

NEWS
configure.ac
libarchive/archive.h
tar/Makefile
version

diff --git a/NEWS b/NEWS
index 431a8b01dbef439615d03220702711e61965abee..18a7e9192c07f30c8c89e199616785b97ca577c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
 
+Feb 25, 2009: libarchive 2.6.2 released
+
 Jan 18, 2009: libarchive 2.6.1 released
 
 Dec 28, 2008: libarchive 2.6.0 released
index 7f474650432b1cb72510edde79e91163d7aa5290..51ca34470af12d0a9faf7af550bc817cad91c057 100644 (file)
@@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front.
 dnl In particular, this allows the version macro to be used in AC_INIT
 
 dnl These first two version numbers are updated automatically on each release.
-m4_define([LIBARCHIVE_VERSION_S],[2.6.1])
-m4_define([LIBARCHIVE_VERSION_N],[2006001])
+m4_define([LIBARCHIVE_VERSION_S],[2.6.2])
+m4_define([LIBARCHIVE_VERSION_N],[2006002])
 
 dnl bsdtar versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 62b7625233e153278e6b28442fee9f514a57ea64..3ffb967532ee4070b327b02f0fb38d6a521f7537 100644 (file)
@@ -113,13 +113,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2006001
+#define        ARCHIVE_VERSION_NUMBER 2006002
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.6.1"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.6.2"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index 06b2776160401d1cdd515bd486f56916af69a815..5e3d776aead08cd8185186d382526cda3a0152bb 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: src/usr.bin/tar/Makefile,v 1.40 2008/12/06 07:38:14 kientzle Exp $
 
 PROG=  bsdtar
-BSDTAR_VERSION_STRING=2.6.1
+BSDTAR_VERSION_STRING=2.6.2
 SRCS=  bsdtar.c cmdline.c getdate.y matching.c read.c siginfo.c subst.c tree.c util.c write.c
 WARNS?=        5
 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
diff --git a/version b/version
index 154178193d4846e9f943d78f5bb0f7fd104f5cd2..84740df9d3b9e2ab47ed9b1afa1eb69313196a47 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2006001
+2006002