Skip to content

Commit 9ea7f3d

Browse files
committed
The openocd-0.12.0 release
Signed-off-by: Paul Fertser <[email protected]>
1 parent f71b5f5 commit 9ea7f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This release also contains a number of other important functional and
121121
cosmetic bugfixes. For more details about what has changed since the
122122
last release, see the git repository history:
123123

124-
http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc3/log/?path=
124+
http://sourceforge.net/p/openocd/code/ci/v0.12.0/log/?path=
125125

126126

127127
For older NEWS, see the NEWS files associated with each release

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-or-later
22

33
AC_PREREQ([2.69])
4-
AC_INIT([openocd], [0.12.0-rc3+dev],
4+
AC_INIT([openocd], [0.12.0],
55
[OpenOCD Mailing List <[email protected]>])
66
AC_CONFIG_SRCDIR([src/openocd.c])
77
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)