We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3bc3b commit f342aacCopy full SHA for f342aac
NEWS
@@ -227,7 +227,7 @@ This release also contains a number of other important functional and
227
cosmetic bugfixes. For more details about what has changed since the
228
last release, see the git repository history:
229
230
-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=
231
232
233
For older NEWS, see the NEWS files associated with each release
configure.ac
@@ -1,5 +1,5 @@
1
AC_PREREQ(2.64)
2
-AC_INIT([openocd], [0.11.0-rc2+dev],
+AC_INIT([openocd], [0.11.0],
3
[OpenOCD Mailing List <[email protected]>])
4
AC_CONFIG_SRCDIR([src/openocd.c])
5
AC_CONFIG_AUX_DIR([.])
0 commit comments