Index: utils/objfw-compile ================================================================== --- utils/objfw-compile +++ utils/objfw-compile @@ -84,11 +84,11 @@ exit 1 fi shift - if ! echo "$1" | grep "^[0-9]\+\.[0-9]\+" >/dev/null + if ! echo "$1" | grep "^[0-9]\+\.[0-9]\+$" >/dev/null then echo "$1 is not a valid library version!" exit 1 fi