Update event.sh

This commit is contained in:
Mr Chen 2024-04-17 18:37:09 +08:00
parent 7657ccb94e
commit 7e7e19455e
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@ version=$2
LIBNAME=event
LIBV=3.1.3
if [ "$version" -lt "55" ];then
echo 'not need'
exit 0
fi
if [ "$version" -lt "83" ];then
LIBV=3.0.8
fi