summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-04-30 10:26:35 -0700
committerTim Kientzle <kientzle@acm.org>2016-04-30 10:26:35 -0700
commit167e97be1d35c1e0947d768adbf94712244aad6b (patch)
treecbd3970fc9b38e98d5e0c354f33d10fd09618534 /configure.ac
parent98ab8fb22afa30c11f267aa800c226512ff14bd4 (diff)
downloadlibarchive-167e97be1d35c1e0947d768adbf94712244aad6b.tar.gz
Libarchive 3.2.0v3.2.0
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 ca8bf6b1..1ab54cb1 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.1.901a])
-m4_define([LIBARCHIVE_VERSION_N],[3001901])
+m4_define([LIBARCHIVE_VERSION_S],[3.2.0])
+m4_define([LIBARCHIVE_VERSION_N],[3002000])
dnl bsdtar and bsdcpio versioning tracks libarchive
m4_define([BSDTAR_VERSION_S],LIBARCHIVE_VERSION_S())