The openocd-0.11.0 release

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
Paul Fertser 2021-03-07 13:36:49 +03:00
parent 5f3bc3b279
commit f342aac084
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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 cosmetic bugfixes. For more details about what has changed since the
last release, see the git repository history: 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 For older NEWS, see the NEWS files associated with each release

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.64) AC_PREREQ(2.64)
AC_INIT([openocd], [0.11.0-rc2+dev], AC_INIT([openocd], [0.11.0],
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>]) [OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_SRCDIR([src/openocd.c])
AC_CONFIG_AUX_DIR([.]) AC_CONFIG_AUX_DIR([.])