From: Paul Fertser Date: Sun, 18 Sep 2022 17:40:13 +0000 (+0300) Subject: Restore +dev suffix X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=commitdiff_plain;h=b89cf71e2b5e4dc2c31cf085aec7a19515e2a9d6 Restore +dev suffix Signed-off-by: Paul Fertser --- diff --git a/configure.ac b/configure.ac index 29a94d409..cfd23846b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later AC_PREREQ([2.69]) -AC_INIT([openocd], [0.12.0-rc1], +AC_INIT([openocd], [0.12.0-rc1+dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([build-aux])