mirror of
https://github.com/minio/minio.git
synced 2025-09-24 15:11:13 +02:00
Update the check_minimum_version function to use numeric comparison (not string comparison) on components of version numbers. Fixes the following output: ``` $ make Checking deps: ERROR OSX version '10.11.6' not supported. Minimum supported version: 10.8 make: *** [checks] Error 1 ```