]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Set up 3.3.4dev
authorTim Kientzle <kientzle@acm.org>
Tue, 4 Sep 2018 03:15:01 +0000 (20:15 -0700)
committerTim Kientzle <kientzle@acm.org>
Tue, 4 Sep 2018 03:15:01 +0000 (20:15 -0700)
CMakeLists.txt
build/version
configure.ac
libarchive/archive.h
libarchive/archive_entry.h

index 80871bc941cb633ead2e4e00802041cb11fc0ead..3141dff772f629cbf81f8b8472f7cd015d9ba843 100644 (file)
@@ -15,7 +15,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 2427eab0f0b2a05d472b296b574f0140c8a8ebb0..85595ba589052977e5f2224e1950e53035cbf1f0 100644 (file)
@@ -1 +1 @@
-3003003
+3003004dev
index cc61e724d4b2e0874658879c4edabbee856ab3ad..0820717f12b7ebe75960a55df5b0469720d46d5e 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.3.3])
-m4_define([LIBARCHIVE_VERSION_N],[3003003])
+m4_define([LIBARCHIVE_VERSION_S],[3.3.4dev])
+m4_define([LIBARCHIVE_VERSION_N],[3003004])
 
 dnl bsdtar and bsdcpio versioning tracks libarchive
 m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())
index cdbbeddf1d3c1cac1d22a9339923dd27b409324a..cd65cd284b622fe5108c33f274bd7371c5d2c362 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 3003003
+#define        ARCHIVE_VERSION_NUMBER 3003004
 
 #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.3"
+#define        ARCHIVE_VERSION_ONLY_STRING "3.3.4dev"
 #define        ARCHIVE_VERSION_STRING "libarchive " ARCHIVE_VERSION_ONLY_STRING
 __LA_DECL const char * archive_version_string(void);
 
index 78a060c242de2b9d9e37679be7de5f1e35f1df58..47653f37e5a0f9cc5ff937de44105a525dbb267f 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 3003003
+#define        ARCHIVE_VERSION_NUMBER 3003004
 
 /*
  * Note: archive_entry.h is for use outside of libarchive; the