]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Push the version number in trunk to 2.7.900; trunk is now working towards 2.8.
authorTim Kientzle <kientzle@gmail.com>
Wed, 8 Apr 2009 07:58:41 +0000 (03:58 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 8 Apr 2009 07:58:41 +0000 (03:58 -0400)
SVN-Revision: 942

build/version
configure.ac
cpio/Makefile
libarchive/archive.h
tar/Makefile

index 18df9ed799f36609fa49d29b6a30ebd5a93e44a3..16a4591a2a8010bfa33fcad91eccf78af37ff6c6 100644 (file)
@@ -1 +1 @@
-2006990a
+2007900a
index 9bb640594a904ee21f1f42d2c20daacfe615df47..eaf391744a3972f4b9a94e7b09003543a574c29f 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.990a])
-m4_define([LIBARCHIVE_VERSION_N],[2006990])
+m4_define([LIBARCHIVE_VERSION_S],[2.7.900a])
+m4_define([LIBARCHIVE_VERSION_N],[2007900])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index ae8957ddb662635fd10b1c4bb53bd7beef9d3ec5..070f2c958cbc32940835e8e95cd6ea2be0855464 100644 (file)
@@ -3,7 +3,7 @@
 .include <bsd.own.mk>
 
 PROG=  bsdcpio
-BSDCPIO_VERSION_STRING=2.6.990a
+BSDCPIO_VERSION_STRING=2.7.900a
 SRCS=  cpio.c cmdline.c err.c matching.c pathmatch.c
 WARNS?=        6
 DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
index a74f265c9a5fd660e694db8353097d75e25209fe..0236d2e665aadd1f7108f2a2cf51848fb3091e75 100644 (file)
@@ -118,13 +118,13 @@ extern "C" {
  *             (ARCHIVE_API_VERSION * 1000000 + ARCHIVE_API_FEATURE * 1000)
  * #endif
  */
-#define        ARCHIVE_VERSION_NUMBER 2006990
+#define        ARCHIVE_VERSION_NUMBER 2007900
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 2.6.990a"
+#define        ARCHIVE_VERSION_STRING "libarchive 2.7.900a"
 __LA_DECL const char * archive_version_string(void);
 
 #if ARCHIVE_VERSION_NUMBER < 3000000
index 4836ee4c44d0c57d815f46c97d22a5f3a5626d7b..423f5b32c8a14603a87e0f657a0ee7aade1a478e 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.990a
+BSDTAR_VERSION_STRING=2.7.900a
 SRCS=  bsdtar.c cmdline.c getdate.c matching.c read.c siginfo.c subst.c tree.c util.c write.c
 WARNS?=        5
 DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}