We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71b5f5 commit 9ea7f3dCopy full SHA for 9ea7f3d
2 files changed
NEWS
@@ -121,7 +121,7 @@ This release also contains a number of other important functional and
121
cosmetic bugfixes. For more details about what has changed since the
122
last release, see the git repository history:
123
124
-http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc3/log/?path=
+http://sourceforge.net/p/openocd/code/ci/v0.12.0/log/?path=
125
126
127
For older NEWS, see the NEWS files associated with each release
configure.ac
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
AC_PREREQ([2.69])
4
-AC_INIT([openocd], [0.12.0-rc3+dev],
+AC_INIT([openocd], [0.12.0],
5
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
6
AC_CONFIG_SRCDIR([src/openocd.c])
7
AC_CONFIG_AUX_DIR([build-aux])
0 commit comments