free-audio / clap

Audio Plugin API
https://cleveraudio.org/
MIT License
1.76k stars 97 forks source link

Versioning/tagging releases? #258

Closed sadko4u closed 1 year ago

sadko4u commented 1 year ago

Hello! I'm just about porting my plugins to support the CLAP format but I don't see any stable release, only set of commits to master branch. It would be nice to have some versions of headers to reference to and, also, some macros in <clap/clap.h> to identify the versions of headers.

robbert-vdh commented 1 year ago

See clap/version.h (and PR #254 that made it easier to consume using C preprocessor directives, will land in CLAP 1.1.5 soon). Or if you're referring to git tags, this repo has those as well.

sadko4u commented 1 year ago

Nevermind, I didn't see the 'Releases' section on the right side of GitHub page and was confused by missing it. But I found tags and the version header, thanks. The issue can be closed now.