[PATCH] Set version to 5.0

Mark Wielaard mark@klomp.org
Mon Jul 26 22:24:38 GMT 2021


First release. Version set higher than any rpm release.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fb3439a..85f2c4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.69])
-AC_INIT([debugedit], [0.3], [debugedit@sourceware.org])
+AC_INIT([debugedit], [5.0], [debugedit@sourceware.org])
 AC_CONFIG_SRCDIR([tools/debugedit.c])
 AC_CONFIG_HEADERS([config.h])
 
-- 
2.32.0



More information about the Debugedit mailing list