summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2022-04-08 14:47:05 +0200
committerMartin Matuska <martin@matuska.org>2022-04-08 14:47:05 +0200
commit8694ac9984cefefaf7c4c8a14ba6e74fb7f24c17 (patch)
tree831da9f1dfa153818e9d4b3c46f8721225b0cb03 /configure.ac
parent6c3301111caa75c76e1b2acb1afb2d71341932ef (diff)
downloadlibarchive-8694ac9984cefefaf7c4c8a14ba6e74fb7f24c17.tar.gz
Libarchive 3.6.2dev
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 339409a6..d1660a87 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.6.1])
-m4_define([LIBARCHIVE_VERSION_N],[3006001])
+m4_define([LIBARCHIVE_VERSION_S],[3.6.2dev])
+m4_define([LIBARCHIVE_VERSION_N],[3006002])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())