Skip to content

Commit fcb40f4

Browse files
borneoapaulfertser
authored andcommitted
The openocd-0.12.0-rc3 release candidate
Change-Id: Id7ddf232593e1aa7cb36f2b30fe832ebf79c1535 Signed-off-by: Antonio Borneo <[email protected]>
1 parent 77c281d commit fcb40f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Build and Release:
111111
* Drop repository repo.or.cz for submodules
112112
* Move gerrit to https://review.openocd.org/
113113
* Require autoconf 2.69 or newer
114-
* Update jep106 to revision JEP106BE
114+
* Update jep106 to revision JEP106BF.01
115115
* Update jimtcl to version 0.81
116116
* Update libjaylink to version 0.3.1
117117
* New configure flag '--enable-jimtcl-maintainer' for jimtcl build
@@ -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-rc2/log/?path=
124+
http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc3/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-rc2+dev],
4+
AC_INIT([openocd], [0.12.0-rc3],
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)