better identification of Solaar versions
git describe
produces
0.9.2-339-g39791be4
Instead it should produce something based on 1.0.1
git describe --tags
produces
1.0.1-58-g39791be4
which is much better.
I think that all that is required is to upgrade the 1.0.1 tag that already exists.