Skip to content

Commit

Permalink
Release: Prepare v1.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Wenjia Zhang <[email protected]>
  • Loading branch information
Wenjia Zhang committed Jul 28, 2023
1 parent 3f29a54 commit 75e767d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 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.3
VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE) | cut -d '.' -f 1)

ARCHTYPE = $(shell uname -m)
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
Release History:
================

* __v1.8.99 (tbd)__

Changes:
* __v1.8.3 (2023-07-28)__

Bug fixes:

- `Makefile`: Adjust default library path for Ubuntu
- `smc_stats`: Fix man page name

* __v1.8.2 (2022-09-26)__

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.3";


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.3";


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.3";


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.3";


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.3"

#define PF_SMC 43

Expand Down

0 comments on commit 75e767d

Please sign in to comment.