X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fabi-sle-version.sh;h=5be62f219ec344008f56cff2c17c71da0ff99fa4;hb=39192dfbea6041eefea1676c554ba73946793c71;hp=aafed7c14c315fd31b028412fa4c11a766dbc931;hpb=8fca602a71eb37b43aabbb88c47a577272ed75b0;p=lttng-modules.git diff --git a/scripts/abi-sle-version.sh b/scripts/abi-sle-version.sh index aafed7c1..5be62f21 100755 --- a/scripts/abi-sle-version.sh +++ b/scripts/abi-sle-version.sh @@ -38,6 +38,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}