summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2019-01-07 10:41:59 -0800
committerDave Watson <davejwatson@fb.com>2019-01-07 10:41:59 -0800
commit6fdb704bd5499886f6d31ce8fb01632e9657594b (patch)
treeb8250eca841b700b6caacb30aa4070c059377c5f
parent560ecfff77dae6a92817b8f299fea1cf0e6897a5 (diff)
downloadlibunwind-6fdb704bd5499886f6d31ce8fb01632e9657594b.tar.gz
bump release to 1.3.0v1.3.0
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0c512597..4acc4c80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
define(pkg_major, 1)
define(pkg_minor, 3)
-define(pkg_extra, -rc1)
+define(pkg_extra, 0)
define(pkg_maintainer, libunwind-devel@nongnu.org)
-define(mkvers, $1.$2$3)
+define(mkvers, $1.$2.$3)
dnl Process this file with autoconf to produce a configure script.
AC_INIT([libunwind],[mkvers(pkg_major, pkg_minor, pkg_extra)],[pkg_maintainer])
AC_CONFIG_SRCDIR(src/mi/backtrace.c)