]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Libarchive 3.6.3dev
authorMartin Matuska <martin@matuska.de>
Fri, 9 Dec 2022 15:13:56 +0000 (16:13 +0100)
committerMartin Matuska <martin@matuska.de>
Fri, 9 Dec 2022 15:13:56 +0000 (16:13 +0100)
CMakeLists.txt
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index 713e3bc5e63aa647861262bc540c9f84d19222fc..1130b8c0d3c7597d8c2d059610c88ac4f6520a12 100644 (file)
@@ -21,7 +21,7 @@ endif()
 #   RelWithDebInfo : Release build with Debug Info
 #   MinSizeRel     : Release Min Size build
 IF(NOT CMAKE_BUILD_TYPE)
-  SET(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build Type" FORCE)
+  SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build Type" FORCE)
 ENDIF(NOT CMAKE_BUILD_TYPE)
 # Set a value type to properly display CMAKE_BUILD_TYPE on GUI if the
 # value type is "UNINITIALIZED".
index 1af1bec7bba2b9e67a63e21b2e360fcef15535af..f95688df2e4be97d0a94bb45cf94e8d6ba1ba90d 100644 (file)
@@ -1 +1 @@
-3006002
+3006003
index 349e7580b5e0cada8d0410955714d2c31ff7fbe2..99bff20d1ca355b7d09af67285a3a6d2aed2cd18 100644 (file)
@@ -4,8 +4,8 @@ dnl First, define all of the version numbers up front.
 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.6.2])
-m4_define([LIBARCHIVE_VERSION_N],[3006002])
+m4_define([LIBARCHIVE_VERSION_S],[3.6.3dev])
+m4_define([LIBARCHIVE_VERSION_N],[3006003])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index 217ac198931e2639519952086aca4d137f97ac06..fa293ddfd34a586a24a1151eb0f7ae7b20d9dd5a 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 3006002
+#define        ARCHIVE_VERSION_NUMBER 3006003
 
 #include <sys/stat.h>
 #include <stddef.h>  /* for wchar_t */
@@ -157,7 +157,7 @@ __LA_DECL int               archive_version_number(void);
 /*
  * Textual name/version of the library, useful for version displays.
  */
-#define        ARCHIVE_VERSION_ONLY_STRING "3.6.2"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.6.3dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index e579e9f33123a7777a08d33d8abdf44215602d8f..13d95fc5bea0f43f558938f487312333a5660117 100644 (file)
@@ -30,7 +30,7 @@
 #define        ARCHIVE_ENTRY_H_INCLUDED
 
 /* Note: Compiler will complain if this does not match archive.h! */
-#define        ARCHIVE_VERSION_NUMBER 3006002
+#define        ARCHIVE_VERSION_NUMBER 3006003
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the