From 2a603387897d78ec98fbcbfd9c63b74a5d9d39c8 Mon Sep 17 00:00:00 2001 From: Wenjia Zhang Date: Mon, 26 Sep 2022 14:03:58 +0200 Subject: [PATCH] Release: Prepare v1.8.2 Signed-off-by: Wenjia Zhang --- Makefile | 2 +- README.md | 7 ++++--- smc_chk | 2 +- smc_dbg | 2 +- smc_rnics | 2 +- smc_run | 2 +- smctools_common.h | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index ea2ee95..fcc7216 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # http://www.eclipse.org/legal/epl-v10.html # -SMC_TOOLS_RELEASE = 1.8.99 +SMC_TOOLS_RELEASE = 1.8.2 VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE) | cut -d '.' -f 1) ARCHTYPE = $(shell uname -m) diff --git a/README.md b/README.md index 62664b3..c30568e 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). Release History: ================ -* __v1.8.99 (tbd)__ - - Changes: +* __v1.8.2 (2022-09-26)__ Bug fixes: - `smc_run`: Fix for single quotes in parameters - `Makefile`: Fix target `check` + - `smcss`/`smc_pnet`: Fix option `--version` + - `smcr`/`smc_dbg`: Fix for showing the correct hardware capabailities + for RoCE Express3 cards * __v1.8.1 (2022-04-14)__ diff --git a/smc_chk b/smc_chk index c43e605..3155943 100755 --- a/smc_chk +++ b/smc_chk @@ -2,7 +2,7 @@ # Copyright IBM Corp. 2021 -VERSION="1.8.99"; +VERSION="1.8.2"; function usage() { diff --git a/smc_dbg b/smc_dbg index 3a6e6a2..7ebbb79 100755 --- a/smc_dbg +++ b/smc_dbg @@ -2,7 +2,7 @@ # Copyright IBM Corp. 2019 -VERSION="1.8.99"; +VERSION="1.8.2"; function usage() { diff --git a/smc_rnics b/smc_rnics index e5d6f58..573bbf5 100755 --- a/smc_rnics +++ b/smc_rnics @@ -2,7 +2,7 @@ # Copyright IBM Corp. 2018, 2022 -VERSION="1.8.99"; +VERSION="1.8.2"; function usage() { diff --git a/smc_run b/smc_run index 16cf627..a02cb03 100755 --- a/smc_run +++ b/smc_run @@ -10,7 +10,7 @@ # http://www.eclipse.org/legal/epl-v10.html # LIB_NAME="libsmc-preload.so" -VERSION="1.8.99"; +VERSION="1.8.2"; function usage() { diff --git a/smctools_common.h b/smctools_common.h index 3abd110..a1a670a 100644 --- a/smctools_common.h +++ b/smctools_common.h @@ -19,7 +19,7 @@ #define STRINGIFY_1(x) #x #define STRINGIFY(x) STRINGIFY_1(x) -#define RELEASE_STRING "1.8.99" +#define RELEASE_STRING "1.8.2" #define PF_SMC 43