summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-06-11 23:57:21 +0200
committerMartin Matuska <martin@matuska.org>2019-06-11 23:57:21 +0200
commitc0cc148de9198e82855705a0ad4c0b9678f8d2d1 (patch)
treef2a1914e5e6c606399bc83fef48c212bf00790c9 /configure.ac
parent614110e76d9dbb9ed3e159a71cbd75fa3b23efe3 (diff)
downloadlibarchive-c0cc148de9198e82855705a0ad4c0b9678f8d2d1.tar.gz
Set up 3.4.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 c517b17c..d77143e3 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.0])
-m4_define([LIBARCHIVE_VERSION_N],[3004000])
+m4_define([LIBARCHIVE_VERSION_S],[3.4.1dev])
+m4_define([LIBARCHIVE_VERSION_N],[3004001])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())