From 4c980e2b29cdb9d21cfc341abdec3a6ee46e0483 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Tue, 10 Nov 2020 08:16:31 -0800 Subject: Promote to 1.5.0 from rc2 --- configure.ac | 4 ++-- 1 file 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) -- cgit v1.2.1