-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The openocd-0.12.0-rc3 release candidate
Change-Id: Id7ddf232593e1aa7cb36f2b30fe832ebf79c1535 Signed-off-by: Antonio Borneo <[email protected]>
- Loading branch information
1 parent
77c281d
commit fcb40f4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([openocd], [0.12.0-rc2+dev], | ||
AC_INIT([openocd], [0.12.0-rc3], | ||
[OpenOCD Mailing List <[email protected]>]) | ||
AC_CONFIG_SRCDIR([src/openocd.c]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|