From fd99d85cd13466c58a138bfe58ab0b039076a291 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Tue, 30 Nov 2021 09:14:30 -0800 Subject: [PATCH] Promote to 1.6.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0bd22343f..1ccbf7caa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ define(pkg_major, 1) define(pkg_minor, 6) -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.