summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2020-12-01 09:47:32 +0100
committerMartin Matuska <martin@matuska.org>2020-12-01 09:47:32 +0100
commit0776bfe1d7aad6d9a2233010a54a8b7e08fd6b53 (patch)
treebb8e38d0c1f947c288bc3f07aafc7b6e18510636 /configure.ac
parent833821f55b1807cac22a63a58b759a7802df2fb7 (diff)
downloadlibarchive-0776bfe1d7aad6d9a2233010a54a8b7e08fd6b53.tar.gz
Libarchive 3.5.1dev
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 a2172c82..94df6081 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.0])
-m4_define([LIBARCHIVE_VERSION_N],[3005000])
+m4_define([LIBARCHIVE_VERSION_S],[3.5.1dev])
+m4_define([LIBARCHIVE_VERSION_N],[3005001])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())