[COMMITTED] configure: Set version to 5.1
Mark Wielaard
mark@klomp.org
Tue Oct 29 15:28:11 GMT 2024
Signed-off-by: Mark Wielaard <mark@klomp.org>
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1ce40ea0ca23..a5a6e28656a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# Copyright (C) 2021 Mark J. Wielaard <mark@klomp.org>
+# Copyright (C) 2021, 2024 Mark J. Wielaard <mark@klomp.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([debugedit], [5.0], [debugedit@sourceware.org])
+AC_INIT([debugedit], [5.1], [debugedit@sourceware.org])
AC_CONFIG_SRCDIR([tools/debugedit.c])
AC_CONFIG_HEADERS([config.h])
--
2.47.0
More information about the Debugedit
mailing list