Skip to content

Commit 6ef094f

Browse files
author
Stefan Raspl
committed
Release: Prepare v1.3.1
Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
1 parent a00584b commit 6ef094f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile

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

13-
SMC_TOOLS_RELEASE = 1.3.99
13+
SMC_TOOLS_RELEASE = 1.3.1
1414
VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE) | cut -d '.' -f 1)
1515

1616
ARCHTYPE = $(shell uname -m)

README.smctools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SMC Tools (1.3.x)
1+
SMC Tools (1.3.1)
22
=================
33

44
The SMC Tools provided in this package allow execution of existing TCP
@@ -46,7 +46,7 @@ For enhancements, please describe the proposed change and its benefits.
4646
Release History:
4747
================
4848

49-
1.3.x (2020-xx-xx)
49+
1.3.1 (2020-09-14)
5050
Changes:
5151
- smcss: Add further error codes to man page
5252

smc_dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ while [ $# -gt 0 ]; do
3636
"-t" | "--tgz" )
3737
tgz="on";;
3838
"-v" | "--version" )
39-
echo "smc_dbg utility, smc-tools-1.3.0 (eb56148)";
39+
echo "smc_dbg utility, smc-tools-1.3.1 (3d7eead)";
4040
exit 0;;
4141
* )
4242
esac

smc_rnics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ while [ $# -gt 0 ]; do
194194
"-r" | "--rawids" )
195195
rawIDs=1;;
196196
"-v" | "--version" )
197-
echo "smc_rnics utility, smc-tools-1.3.0 (eb56148)";
197+
echo "smc_rnics utility, smc-tools-1.3.1 (3d7eead)";
198198
exit 0;;
199199
"--" ) ;;
200200
* ) format_fid "$1";

smctools_common.h

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

2222
#define RELEASE_STRING STRINGIFY (SMC_TOOLS_RELEASE)
23-
#define RELEASE_LEVEL "eb56148"
23+
#define RELEASE_LEVEL "3d7eead"
2424

2525
#define PF_SMC 43
2626

0 commit comments

Comments
 (0)