summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2021-08-23 00:50:26 +0200
committerMartin Matuska <martin@matuska.org>2021-08-23 00:50:26 +0200
commit518bb6ee8aa7e7c1618c5c331e740b19f44166cb (patch)
treee2f5a5d25620763e1f84adf8be98002df8e51628 /configure.ac
parent1b2c437b99b361c7692538fa373e99955e9b93ae (diff)
downloadlibarchive-518bb6ee8aa7e7c1618c5c331e740b19f44166cb.tar.gz
Libarchive 3.5.3dev
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 f59ada9a..cb89c3ee 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.2])
-m4_define([LIBARCHIVE_VERSION_N],[3005002])
+m4_define([LIBARCHIVE_VERSION_S],[3.5.3dev])
+m4_define([LIBARCHIVE_VERSION_N],[3005003])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())