X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=scripts%2Fabi-sle-version.sh;fp=scripts%2Fabi-sle-version.sh;h=9b7da92d407c99562c2c800fdd02932158fb349c;hp=e079e0657e812c45980e801cdd9dc16702bced3f;hb=5e45490c5af5fbbd3eee22d2b5296e8b10f5155a;hpb=b49650509ff072d37ec112cf45a5f14f382c9a31 diff --git a/scripts/abi-sle-version.sh b/scripts/abi-sle-version.sh index e079e065..9b7da92d 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}"