From 9ea7f3d647c8ecf6b0f1424002dfc3f4504a162c Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Sat, 14 Jan 2023 23:14:31 +0300 Subject: The openocd-0.12.0 release Signed-off-by: Paul Fertser --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4ebb831..208146a 100644 --- a/NEWS +++ b/NEWS @@ -121,7 +121,7 @@ This release also contains a number of other important functional and cosmetic bugfixes. For more details about what has changed since the last release, see the git repository history: -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= For older NEWS, see the NEWS files associated with each release diff --git a/configure.ac b/configure.ac index a853521..eee42d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later AC_PREREQ([2.69]) -AC_INIT([openocd], [0.12.0-rc3+dev], +AC_INIT([openocd], [0.12.0], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.1