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],[2.8.900a])
-m4_define([LIBARCHIVE_VERSION_N],[2008900])
+m4_define([LIBARCHIVE_VERSION_S],[3.0.0a])
+m4_define([LIBARCHIVE_VERSION_N],[3000000])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
* #endif
*/
/* Note: Compiler will complain if this does not match archive_entry.h! */
-#define ARCHIVE_VERSION_NUMBER 2008900
+#define ARCHIVE_VERSION_NUMBER 3000000
__LA_DECL int archive_version_number(void);
/*
* Textual name/version of the library, useful for version displays.
*/
-#define ARCHIVE_VERSION_STRING "libarchive 2.8.900a"
+#define ARCHIVE_VERSION_STRING "libarchive 3.0.0a"
__LA_DECL const char * archive_version_string(void);
#if ARCHIVE_VERSION_NUMBER < 3000000
#define ARCHIVE_ENTRY_H_INCLUDED
/* Note: Compiler will complain if this does not match archive.h! */
-#define ARCHIVE_VERSION_NUMBER 2008900
+#define ARCHIVE_VERSION_NUMBER 3000000
/*
* Note: archive_entry.h is for use outside of libarchive; the