aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2021-01-25 00:23:21 +0300
committerPaul Fertser <fercerpav@gmail.com>2021-01-25 00:24:17 +0300
commita5e526d8575cf63fe11babec85c0798ac3f4ad74 (patch)
tree7aab83e4342d090c3aa1d43832fa1c9ecc5e720f
parent6643b145dc15ab26593170b25aa5dc411578d7fd (diff)
downloadriscv-openocd-a5e526d8575cf63fe11babec85c0798ac3f4ad74.zip
riscv-openocd-a5e526d8575cf63fe11babec85c0798ac3f4ad74.tar.gz
riscv-openocd-a5e526d8575cf63fe11babec85c0798ac3f4ad74.tar.bz2
The openocd-0.11.0-rc2 release candidate
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5c04e34..36ee8fd 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-rc1/log/?path=
+http://sourceforge.net/p/openocd/code/ci/v0.11.0-rc2/log/?path=
For older NEWS, see the NEWS files associated with each release
diff --git a/configure.ac b/configure.ac
index d713318..9a2a01b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.64)
-AC_INIT([openocd], [0.11.0-rc1+dev],
+AC_INIT([openocd], [0.11.0-rc2],
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
AC_CONFIG_SRCDIR([src/openocd.c])
AC_CONFIG_AUX_DIR([.])