summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2019-01-09 09:28:39 -0800
committerDave Watson <davejwatson@fb.com>2019-01-09 09:28:39 -0800
commit94aa304960927c130ecb5f664a642b32d9850688 (patch)
tree565584ada3ba340babfc8c642bac810bc6ed45e6
parentea40ad71f776f37e232afc52577404b9fe26bdb7 (diff)
downloadlibunwind-v1.3-stable.tar.gz
bump version to 1.3.1v1.3.1v1.3-stable
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4acc4c80..31d2817c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
define(pkg_major, 1)
define(pkg_minor, 3)
-define(pkg_extra, 0)
+define(pkg_extra, 1)
define(pkg_maintainer, libunwind-devel@nongnu.org)
define(mkvers, $1.$2.$3)
dnl Process this file with autoconf to produce a configure script.