summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-06-19 20:30:48 -0700
committerTim Kientzle <kientzle@acm.org>2016-06-19 20:30:48 -0700
commit139d0576b51a253732a5ab1f66805dffbf8b00af (patch)
treee82226c6f83e8b1a3e8e57a357498bd58c986123 /configure.ac
parent73f0cb16157099d635cec0b594eaca1399f33248 (diff)
downloadlibarchive-139d0576b51a253732a5ab1f66805dffbf8b00af.tar.gz
Libarchive 3.2.1v3.2.1
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 06381824..e15ceee1 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.2.0])
-m4_define([LIBARCHIVE_VERSION_N],[3002000])
+m4_define([LIBARCHIVE_VERSION_S],[3.2.1])
+m4_define([LIBARCHIVE_VERSION_N],[3002001])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())