From: Paul Fertser Date: Sun, 7 Mar 2021 10:36:49 +0000 (+0300) Subject: The openocd-0.11.0 release X-Git-Tag: v0.11.0^0 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=f342aac0845a69d591ad39a025d74e9c765f6420 The openocd-0.11.0 release Signed-off-by: Paul Fertser --- diff --git a/NEWS b/NEWS index 36ee8fd2e1..4542aa28f6 100644 --- a/NEWS +++ b/NEWS @@ -227,7 +227,7 @@ This release also contains a number of other important functional and cosmetic bugfixes. For more details about what has changed since the last release, see the git repository history: -http://sourceforge.net/p/openocd/code/ci/v0.11.0-rc2/log/?path= +http://sourceforge.net/p/openocd/code/ci/v0.11.0/log/?path= For older NEWS, see the NEWS files associated with each release diff --git a/configure.ac b/configure.ac index f1fa5875fc..a5c9c9276d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.64) -AC_INIT([openocd], [0.11.0-rc2+dev], +AC_INIT([openocd], [0.11.0], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([.])