Skip to content

Commit 2a60338

Browse files
author
Wenjia Zhang
committed
Release: Prepare v1.8.2
Signed-off-by: Wenjia Zhang <wenjia@linux.ibm.com>
1 parent e3b228b commit 2a60338

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# http://www.eclipse.org/legal/epl-v10.html
1010
#
1111

12-
SMC_TOOLS_RELEASE = 1.8.99
12+
SMC_TOOLS_RELEASE = 1.8.2
1313
VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE) | cut -d '.' -f 1)
1414

1515
ARCHTYPE = $(shell uname -m)

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
3939
Release History:
4040
================
4141

42-
* __v1.8.99 (tbd)__
43-
44-
Changes:
42+
* __v1.8.2 (2022-09-26)__
4543

4644
Bug fixes:
4745
- `smc_run`: Fix for single quotes in parameters
4846
- `Makefile`: Fix target `check`
47+
- `smcss`/`smc_pnet`: Fix option `--version`
48+
- `smcr`/`smc_dbg`: Fix for showing the correct hardware capabailities
49+
for RoCE Express3 cards
4950

5051
* __v1.8.1 (2022-04-14)__
5152

smc_chk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Copyright IBM Corp. 2021
44

5-
VERSION="1.8.99";
5+
VERSION="1.8.2";
66

77

88
function usage() {

smc_dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Copyright IBM Corp. 2019
44

5-
VERSION="1.8.99";
5+
VERSION="1.8.2";
66

77

88
function usage() {

smc_rnics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Copyright IBM Corp. 2018, 2022
44

5-
VERSION="1.8.99";
5+
VERSION="1.8.2";
66

77

88
function usage() {

smc_run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# http://www.eclipse.org/legal/epl-v10.html
1111
#
1212
LIB_NAME="libsmc-preload.so"
13-
VERSION="1.8.99";
13+
VERSION="1.8.2";
1414

1515

1616
function usage() {

smctools_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define STRINGIFY_1(x) #x
2020
#define STRINGIFY(x) STRINGIFY_1(x)
2121

22-
#define RELEASE_STRING "1.8.99"
22+
#define RELEASE_STRING "1.8.2"
2323

2424
#define PF_SMC 43
2525

0 commit comments

Comments
 (0)