X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=scripts%2Fabi-sle-version.sh;fp=scripts%2Fabi-sle-version.sh;h=1f6e2f9e68a2dd3f948f228a46f32a3da04bc877;hb=c9ca49aef6265e884b6ff8f1538c7696a71e7e9a;hp=5be62f219ec344008f56cff2c17c71da0ff99fa4;hpb=bf18934d48ba9c7e4c861559dd02a33fce51aff1;p=lttng-modules.git diff --git a/scripts/abi-sle-version.sh b/scripts/abi-sle-version.sh index 5be62f21..1f6e2f9e 100755 --- a/scripts/abi-sle-version.sh +++ b/scripts/abi-sle-version.sh @@ -37,7 +37,4 @@ if [ "x$SLE_RELEASE_PATCH" = "x" ]; then SLE_RELEASE_PATCH=0 fi -# Combine all update numbers into one -SLE_API_VERSION="$((SLE_RELEASE_MAJOR * 100000 + SLE_RELEASE_MINOR * 100 + SLE_RELEASE_PATCH))" - -echo ${SLE_API_VERSION} +echo "${SLE_RELEASE_MAJOR} ${SLE_RELEASE_MINOR} ${SLE_RELEASE_PATCH}"