summaryrefslogtreecommitdiff
path: root/libarchive/archive.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2017-02-25 11:39:55 -0800
committerTim Kientzle <kientzle@acm.org>2017-02-25 11:39:55 -0800
commit6b0d239a75a09e131d9ce137a9328b3448713dd1 (patch)
tree2c628432e9cd7ff94d57b2066a0b9741429e5dbc /libarchive/archive.h
parentd6b1bb9f7ea7bc153b7356e8e345c9e48005821a (diff)
downloadlibarchive-6b0d239a75a09e131d9ce137a9328b3448713dd1.tar.gz
After the 3.3.1 release, bump the version to 3.3.2dev and go back to debug building.
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 d400735a..d6913f35 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 3003001
+#define ARCHIVE_VERSION_NUMBER 3003002
#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.1"
+#define ARCHIVE_VERSION_ONLY_STRING "3.3.2dev"
#define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
__LA_DECL const char * archive_version_string(void);