From c757289e0f5c78cc3e3cdc192a4f390ef2967499 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 5 Oct 2021 11:08:49 +0200 Subject: [PATCH] Bump to 2.1 version * configure.ac: Bump to 2.1 version. Signed-off-by: Dodji Seketeli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 735cc9de..9e91f496 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception m4_define([version_major], [2]) -m4_define([version_minor], [0]) +m4_define([version_minor], [1]) AC_INIT([libabigail], [version_major.version_minor], -- 2.43.5