From: Paul Fertser Date: Wed, 9 Dec 2020 22:43:12 +0000 (+0300) Subject: Restore +dev suffix X-Git-Tag: v0.11.0-rc2~35 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=0dd3b7fa6c7930446967772832a351e90c426d69 Restore +dev suffix Signed-off-by: Paul Fertser --- diff --git a/configure.ac b/configure.ac index 884f0c612a..236d6bc289 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.11.0-rc1], +AC_INIT([openocd], [0.11.0-rc1+dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([.])