It is [suggested](https://stackoverflow.com/questions/17511496/how-to-create-a-shared-library-with-cmake) that, when building a library with CMake, we set the VERSION (and SOVERSION properties for a shared lib). Let's do that.