X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=abi-sle-version.sh;h=ba95ba9315880c15740e0a2caf4d1714b4b78421;hb=5873cbc67601a95b53e8c87fbeafb31910485fd0;hp=59e7d67d1c590bcf67bbd92e3d9b939230886dd1;hpb=0c13b510ff211153271e47db7a74a8f87fc8e292;p=lttng-modules.git diff --git a/abi-sle-version.sh b/abi-sle-version.sh index 59e7d67d..ba95ba93 100755 --- a/abi-sle-version.sh +++ b/abi-sle-version.sh @@ -37,6 +37,6 @@ if [ "x$SLE_RELEASE_PATCH" = "x" ]; then fi # Combine all update numbers into one -SLE_API_VERSION="$((SLE_RELEASE_MAJOR * 10000 + SLE_RELEASE_MINOR * 100 + SLE_RELEASE_PATCH))" +SLE_API_VERSION="$((SLE_RELEASE_MAJOR * 100000 + SLE_RELEASE_MINOR * 100 + SLE_RELEASE_PATCH))" echo ${SLE_API_VERSION}