Skip to content

Commit

Permalink
Release: Prepare v1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Wenjia Zhang <[email protected]>
  • Loading branch information
Wenjia Zhang committed Sep 29, 2022
1 parent e3b228b commit 2a60338
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)__

Expand Down
2 changes: 1 addition & 1 deletion smc_chk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright IBM Corp. 2021

VERSION="1.8.99";
VERSION="1.8.2";


function usage() {
Expand Down
2 changes: 1 addition & 1 deletion smc_dbg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright IBM Corp. 2019

VERSION="1.8.99";
VERSION="1.8.2";


function usage() {
Expand Down
2 changes: 1 addition & 1 deletion smc_rnics
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright IBM Corp. 2018, 2022

VERSION="1.8.99";
VERSION="1.8.2";


function usage() {
Expand Down
2 changes: 1 addition & 1 deletion smc_run
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion smctools_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a60338

Please sign in to comment.