From 5c17ce508ed5fd16fe7e42877199277996575625 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Mon, 25 Jan 2021 01:43:17 +0300 Subject: [PATCH] Restore +dev suffix Signed-off-by: Paul Fertser --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a2a01b247..158ba15992 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.11.0-rc2], +AC_INIT([openocd], [0.11.0-rc2+dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([.]) -- 2.30.2