]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
2.5.904a should be the last RC before 2.6.0
authorTim Kientzle <kientzle@gmail.com>
Fri, 12 Dec 2008 00:07:20 +0000 (19:07 -0500)
committerTim Kientzle <kientzle@gmail.com>
Fri, 12 Dec 2008 00:07:20 +0000 (19:07 -0500)
SVN-Revision: 274

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

diff --git a/NEWS b/NEWS
index 1b023d23809c032d48b874df72520579f64563ce..ca2b7765bc2df7974ad438f5ad3d01a63228c11d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
 
+Dec 10, 2008: libarchive 2.5.904a released
+
 Dec 04, 2008: libarchive 2.5.903a released
 Nov 09, 2008: libarchive 2.5.902a released
 Nov 08, 2008: libarchive 2.5.901a released
index 7e9c36c8915213eedade28e8a4b61e75d730f489..d5e9adc10795837276e3a7c88367b09ff845ce15 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.903a])
-m4_define([LIBARCHIVE_VERSION_N],[2005903])
+m4_define([LIBARCHIVE_VERSION_S],[2.5.904a])
+m4_define([LIBARCHIVE_VERSION_N],[2005904])
 
 dnl bsdtar versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 267cf43ea9d0560c25c3fb5083d6a709f0bb3699..64f0d2f05b9743f962c56211a3f898520b26a5ef 100644 (file)
@@ -113,13 +113,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2005903
+#define        ARCHIVE_VERSION_NUMBER 2005904
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.5.903a"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.5.904a"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index 40fe81c2c5345ca8d52ec685fa16a199e93bdb17..20329edf5e6365f893daed682eeb89af77187ddc 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.903a
+BSDTAR_VERSION_STRING=2.5.904a
 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 3a8e420c3488376961151586f82fef6780ea1242..982d042defa54fd24012934c262b86db50f160f8 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2005903a
+2005904a