X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fabi-sle-version.sh;fp=scripts%2Fabi-sle-version.sh;h=e079e0657e812c45980e801cdd9dc16702bced3f;hb=297b2e1fa7a781674b2d48b1d101ee16ee281b9b;hp=0d7254ac4e7a9e3e3a709fc3eadc06353dc16dd2;hpb=b737968d5f0badac76586270e7df4ce6447adc5a;p=lttng-modules.git diff --git a/scripts/abi-sle-version.sh b/scripts/abi-sle-version.sh index 0d7254ac..e079e065 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}