]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
2.5.903a
authorTim Kientzle <kientzle@gmail.com>
Fri, 5 Dec 2008 23:21:05 +0000 (18:21 -0500)
committerTim Kientzle <kientzle@gmail.com>
Fri, 5 Dec 2008 23:21:05 +0000 (18:21 -0500)
SVN-Revision: 265

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

diff --git a/NEWS b/NEWS
index d527aa5f79dba00a8ea77b7ca4beebceb05a2e49..1b023d23809c032d48b874df72520579f64563ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+
+Dec 04, 2008: libarchive 2.5.903a released
 Nov 09, 2008: libarchive 2.5.902a released
 Nov 08, 2008: libarchive 2.5.901a released
 Nov 08, 2008: Start of pre-release testing for libarchive 2.6
index 2987966e2f6eff59553c56f32560097713d601a0..fdda9f004261b25633981c6e36db2fac0c39f223 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.5.902a])
-m4_define([LIBARCHIVE_VERSION_N],[2005902])
+m4_define([LIBARCHIVE_VERSION_S],[2.5.903a])
+m4_define([LIBARCHIVE_VERSION_N],[2005903])
 
 dnl bsdtar versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index ce296e34c5b2ff213d31eb8d6da7aef01f9b41ee..267cf43ea9d0560c25c3fb5083d6a709f0bb3699 100644 (file)
@@ -113,13 +113,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2005902
+#define        ARCHIVE_VERSION_NUMBER 2005903
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.5.902a"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.5.903a"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index fc10ab100763c8a9ee07c9a8f9c1a9d5344b8234..40fe81c2c5345ca8d52ec685fa16a199e93bdb17 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD: src/usr.bin/tar/Makefile,v 1.39 2008/11/08 04:43:24 kientzle Exp $
 
 PROG=  bsdtar
-BSDTAR_VERSION_STRING=2.5.902a
+BSDTAR_VERSION_STRING=2.5.903a
 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 6bd668ee3057715f6893b8b28753f142aa1e8013..3a8e420c3488376961151586f82fef6780ea1242 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2005902a
+2005903a