Skip to content

Commit

Permalink
Libarchive 3.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kientzle committed Mar 28, 2012
1 parent d065c0b commit 3a9e146
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions NEWS
@@ -1,3 +1,5 @@
Mar 27, 2012: libarchive 3.0.4 released

Feb 05, 2012: libarchive development now hosted at GitHub.
http://libarchive.github.com/
Feb 05, 2012: libarchive's issue tracker remains at Google Code.
Expand Down
2 changes: 1 addition & 1 deletion build/version
@@ -1 +1 @@
3000200a
3000004
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],[3.0.200a])
m4_define([LIBARCHIVE_VERSION_N],[3000200])
m4_define([LIBARCHIVE_VERSION_S],[3.0.4])
m4_define([LIBARCHIVE_VERSION_N],[3000004])

dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
Expand Down
4 changes: 2 additions & 2 deletions libarchive/archive.h
Expand Up @@ -118,13 +118,13 @@ extern "C" {
* assert that ARCHIVE_VERSION_NUMBER >= 2012108.
*/
/* Note: Compiler will complain if this does not match archive_entry.h! */
#define ARCHIVE_VERSION_NUMBER 3000200
#define ARCHIVE_VERSION_NUMBER 3000004
__LA_DECL int archive_version_number(void);

/*
* Textual name/version of the library, useful for version displays.
*/
#define ARCHIVE_VERSION_STRING "libarchive 3.0.200a"
#define ARCHIVE_VERSION_STRING "libarchive 3.0.4"
__LA_DECL const char * archive_version_string(void);

/* Declare our basic types. */
Expand Down
2 changes: 1 addition & 1 deletion libarchive/archive_entry.h
Expand Up @@ -29,7 +29,7 @@
#define ARCHIVE_ENTRY_H_INCLUDED

/* Note: Compiler will complain if this does not match archive.h! */
#define ARCHIVE_VERSION_NUMBER 3000200
#define ARCHIVE_VERSION_NUMBER 3000004

/*
* Note: archive_entry.h is for use outside of libarchive; the
Expand Down

0 comments on commit 3a9e146

Please sign in to comment.