File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# http://www.eclipse.org/legal/epl-v10.html
1010#
1111
12- SMC_TOOLS_RELEASE = 1.4.99
12+ SMC_TOOLS_RELEASE = 1.5.0
1313VER_MAJOR = $(shell echo $(SMC_TOOLS_RELEASE ) | cut -d '.' -f 1)
1414
1515ARCHTYPE = $(shell uname -m)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
3838Release History:
3939================
4040
41- * __ v1.4.99 (tbd )__
41+ * __ v1.5.0 (2021-01-29 )__
4242
4343 Changes:
4444 - ` smcd ` /` smcr ` : Add new command ` info `
Original file line number Diff line number Diff line change 22
33# Copyright IBM Corp. 2021
44
5- VERSION=" 1.4.99 " ;
5+ VERSION=" 1.5.0 " ;
66
77
88function usage() {
Original file line number Diff line number Diff line change 22
33# Copyright IBM Corp. 2019
44
5- VERSION=" 1.4.99 " ;
5+ VERSION=" 1.5.0 " ;
66
77
88function usage() {
Original file line number Diff line number Diff line change 22
33# Copyright IBM Corp. 2018, 2020
44
5- VERSION=" 1.4.99 " ;
5+ VERSION=" 1.5.0 " ;
66
77
88function usage() {
Original file line number Diff line number Diff line change 1919#define STRINGIFY_1 (x ) #x
2020#define STRINGIFY (x ) STRINGIFY_1(x)
2121
22- #define RELEASE_STRING "1.4.99 "
22+ #define RELEASE_STRING "1.5.0 "
2323
2424#define PF_SMC 43
2525
You can’t perform that action at this time.
0 commit comments