summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--build/version2
-rw-r--r--configure.ac4
-rw-r--r--libarchive/archive.h4
-rw-r--r--libarchive/archive_entry.h2
5 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 29a5fa5f..29cb7d99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Nov 27, 2011: libarchive 3.0.1b released
+
Nov 26, 2011: 7Zip reader
Nov 26, 2011: Small fixes to ISO and Zip to improve robustness with corrupted input
Nov 24, 2011: Improve streaming Zip reader's support for uncompressed entries
diff --git a/build/version b/build/version
index 9aac55a3..6ff875b3 100644
--- a/build/version
+++ b/build/version
@@ -1 +1 @@
-3000000a
+3000001b
diff --git a/configure.ac b/configure.ac
index 95f80f43..759adfaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.0a])
-m4_define([LIBARCHIVE_VERSION_N],[3000000])
+m4_define([LIBARCHIVE_VERSION_S],[3.0.1b])
+m4_define([LIBARCHIVE_VERSION_N],[3000001])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
diff --git a/libarchive/archive.h b/libarchive/archive.h
index c509b360..2438c35e 100644
--- a/libarchive/archive.h
+++ b/libarchive/archive.h
@@ -138,13 +138,13 @@ extern "C" {
* #endif
*/
/* Note: Compiler will complain if this does not match archive_entry.h! */
-#define ARCHIVE_VERSION_NUMBER 3000000
+#define ARCHIVE_VERSION_NUMBER 3000001
__LA_DECL int archive_version_number(void);
/*
* Textual name/version of the library, useful for version displays.
*/
-#define ARCHIVE_VERSION_STRING "libarchive 3.0.0a"
+#define ARCHIVE_VERSION_STRING "libarchive 3.0.1b"
__LA_DECL const char * archive_version_string(void);
/* Declare our basic types. */
diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h
index 7386d45a..fcd76573 100644
--- a/libarchive/archive_entry.h
+++ b/libarchive/archive_entry.h
@@ -29,7 +29,7 @@
#define ARCHIVE_ENTRY_H_INCLUDED
/* Note: Compiler will complain if this does not match archive.h! */
-#define ARCHIVE_VERSION_NUMBER 3000000
+#define ARCHIVE_VERSION_NUMBER 3000001
/*
* Note: archive_entry.h is for use outside of libarchive; the