Here is the exact code used to get that number - As you can see it’s utilizing the PHP curl_version(); method built into PHP. This is coming directly from your sever. Therefore, for some reason, the specific version of PHP that you are running is giving you that number.
What does a simple phpinfo(); show you?

