]> git.ipfire.org Git - thirdparty/libarchive.git/blobdiff - libarchive/archive.h
3.4.0
[thirdparty/libarchive.git] / libarchive / archive.h
index daaaf783a0017a8b3230463663a044c0cc707ecd..9ad9260b41ad387124363544451d5b7024a508ad 100644 (file)
@@ -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 3003004
+#define        ARCHIVE_VERSION_NUMBER 3004000
 
 #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.4dev"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.4.0"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);