Skip to content

Commit

Permalink
libarchive 2.6.2
Browse files Browse the repository at this point in the history
SVN-Revision: 719
  • Loading branch information
kientzle committed Feb 27, 2009
1 parent 8151ce9 commit 40d46ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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())
Expand Down
4 changes: 2 additions & 2 deletions libarchive/archive.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tar/Makefile
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
2006001
2006002

0 comments on commit 40d46ff

Please sign in to comment.