]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Bump version to 3.1.0 due to API/ABI changes.
authorAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 00:52:07 +0000 (19:52 -0500)
committerAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 00:52:07 +0000 (19:52 -0500)
NEWS
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

diff --git a/NEWS b/NEWS
index 10be1421ab6391c86781c4c62580fe94d7f0d6f4..ea0e30fb0342c46926237e7a85f8ea745365b9a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Jan 13, 2013: libarchive 3.0.5 released
+Jan 13, 2013: libarchive 3.1.0 released
 
 Dec 07, 2012: Implement functions to manually set the format and filters used.
     
index 82e66e1442ea2d4e8e312b8ebce3ad352c7037b2..bda0a00bab6ee40c8646f82950cfe9577a611b58 100644 (file)
@@ -1 +1 @@
-3000005
+3001000
index f5eac6abdae989ea4fec1fc94a284e3580243f7b..d5a649444e08d90cdfbf73241c08da8f126fb4bd 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],[3.0.5])
-m4_define([LIBARCHIVE_VERSION_N],[3000005])
+m4_define([LIBARCHIVE_VERSION_S],[3.1.0])
+m4_define([LIBARCHIVE_VERSION_N],[3001000])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index fd41afe6e417e0dd00e89a4e4644b7a3eb4de58d..76c7df9cf59c429e0b74ef600a3a336d9544f08a 100644 (file)
@@ -124,13 +124,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 3000005
+#define        ARCHIVE_VERSION_NUMBER 3001000
 __LA_DECL int          archive_version_number(void);
 
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_STRING "libarchive 3.0.5"
+#define        ARCHIVE_VERSION_STRING "libarchive 3.1.0"
 __LA_DECL const char * archive_version_string(void);
 
 /* Declare our basic types. */
index f6b7557e5ae21d7883f242b0b7799164b2cc7c87..3d704aa17e6b9020df848202b87f3e75438d71ca 100644 (file)
@@ -29,7 +29,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3000005
+#define        ARCHIVE_VERSION_NUMBER 3001000
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the