summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2020-02-12 00:09:00 +0100
committerMartin Matuska <martin@matuska.org>2020-02-12 00:09:00 +0100
commit7094b50208443bcdc50d1cbdbd7c920e52113317 (patch)
treeaef165d59efa36bb69c539b808f0fe880a87b02e /configure.ac
parent3288ebb0353beb51dfb09d444dedbe9235ead53d (diff)
downloadlibarchive-7094b50208443bcdc50d1cbdbd7c920e52113317.tar.gz
Libarchive 3.4.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 25810879..1f533665 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.4.2])
-m4_define([LIBARCHIVE_VERSION_N],[3004002])
+m4_define([LIBARCHIVE_VERSION_S],[3.4.3dev])
+m4_define([LIBARCHIVE_VERSION_N],[3004003])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())