diff options
Diffstat (limited to 'libarchive/archive.h')
-rw-r--r-- | libarchive/archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive.h b/libarchive/archive.h index 16a2b61b..55818eac 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -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.4.2dev" +#define ARCHIVE_VERSION_ONLY_STRING "3.4.2" #define ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING __LA_DECL const char * archive_version_string(void); |