summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2022-02-08 10:47:31 +0100
committerMartin Matuska <martin@matuska.org>2022-02-08 10:48:08 +0100
commit65799e42fe1830d71e3d91999c2bd08901cb1632 (patch)
treeb909cd1114ec902c9ff0e9a807731adfdb4545d3 /configure.ac
parent7f4529dda944d109155c1b1040972c6db08b9bae (diff)
downloadlibarchive-65799e42fe1830d71e3d91999c2bd08901cb1632.tar.gz
Libarchive 3.6.0dev
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f9fe624e..26135595 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.5.3dev])
-m4_define([LIBARCHIVE_VERSION_N],[3005003])
+m4_define([LIBARCHIVE_VERSION_S],[3.6.0dev])
+m4_define([LIBARCHIVE_VERSION_N],[3006000])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())