korginc / volcasample

volca sample SDK - a sample and sequence encoding library for volca sample.
http://korginc.github.io/volcasample/index.html
BSD 3-Clause "New" or "Revised" License
351 stars 37 forks source link

Create correct SONAME by extracting version from git tag #5

Closed avtobiff closed 9 years ago

avtobiff commented 9 years ago

Extracts latest tag (annotated or not) from git and use it for soname versioning. Assumes that tags are of the form X.Y.Z, where X, Y, Z are digits, which in turn requires that the tag points to HEAD.

Hideki-Fujii commented 9 years ago

Thank you! We studied how to write in order to obtain the version.

We want to only change the file name, libsyro.so to libsyro_volcasample.so. Because this SDK is only for volca sample.

We will change this point and push it.