summaryrefslogtreecommitdiff
path: root/libarchive/archive.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2017-07-09 20:04:02 -0700
committerTim Kientzle <kientzle@acm.org>2017-07-09 20:04:02 -0700
commit347ac2b6adfd4bca7418d30d7278d5343fc6e25e (patch)
tree44ee92362feae0c9a99bef7a7f7ec708a1b17a1d /libarchive/archive.h
parent98a695399e8e7420635a5448aecde8b0a82fb83a (diff)
downloadlibarchive-347ac2b6adfd4bca7418d30d7278d5343fc6e25e.tar.gz
Libarchive 3.3.3dev
Diffstat (limited to 'libarchive/archive.h')
-rw-r--r--libarchive/archive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive.h b/libarchive/archive.h
index 316a68a6..a2052164 100644
--- a/libarchive/archive.h
+++ b/libarchive/archive.h
@@ -36,7 +36,7 @@
* assert that ARCHIVE_VERSION_NUMBER >= 2012108.
*/
/* Note: Compiler will complain if this does not match archive_entry.h! */
-#define ARCHIVE_VERSION_NUMBER 3003002
+#define ARCHIVE_VERSION_NUMBER 3003003
#include <sys/stat.h>
#include <stddef.h> /* for wchar_t */
@@ -155,7 +155,7 @@ __LA_DECL int archive_version_number(void);
/*
* Textual name/version of the library, useful for version displays.
*/
-#define ARCHIVE_VERSION_ONLY_STRING "3.3.2"
+#define ARCHIVE_VERSION_ONLY_STRING "3.3.3dev"
#define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
__LA_DECL const char * archive_version_string(void);