summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Watson <dade.watson@gmail.com>2020-11-10 08:16:31 -0800
committerDave Watson <dade.watson@gmail.com>2020-11-10 08:25:04 -0800
commit4c980e2b29cdb9d21cfc341abdec3a6ee46e0483 (patch)
treecab1d619d7cc88cb4cd0e08ad65f839ef6a19064
parent475e7c4110fb83c8d4cf285b774b27c4395c148c (diff)
downloadlibunwind-4c980e2b29cdb9d21cfc341abdec3a6ee46e0483.tar.gz
Promote to 1.5.0 from rc2v1.5.0v1.5
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 226a10fb..c8d68f78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
define(pkg_major, 1)
define(pkg_minor, 5)
-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)