+Jan 13, 2013: libarchive 3.1.1 released
+
Jan 13, 2013: libarchive 3.1.0 released
Dec 07, 2012: Implement functions to manually set the format and filters used.
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.1.0])
-m4_define([LIBARCHIVE_VERSION_N],[3001000])
+m4_define([LIBARCHIVE_VERSION_S],[3.1.1])
+m4_define([LIBARCHIVE_VERSION_N],[3001001])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
* assert that ARCHIVE_VERSION_NUMBER >= 2012108.
*/
/* Note: Compiler will complain if this does not match archive_entry.h! */
-#define ARCHIVE_VERSION_NUMBER 3001000
+#define ARCHIVE_VERSION_NUMBER 3001001
__LA_DECL int archive_version_number(void);
/*
* Textual name/version of the library, useful for version displays.
*/
-#define ARCHIVE_VERSION_STRING "libarchive 3.1.0"
+#define ARCHIVE_VERSION_STRING "libarchive 3.1.1"
__LA_DECL const char * archive_version_string(void);
/* Declare our basic types. */
#define ARCHIVE_ENTRY_H_INCLUDED
/* Note: Compiler will complain if this does not match archive.h! */
-#define ARCHIVE_VERSION_NUMBER 3001000
+#define ARCHIVE_VERSION_NUMBER 3001001
/*
* Note: archive_entry.h is for use outside of libarchive; the