Neargye / semver

Semantic Versioning for modern C++
MIT License
296 stars 32 forks source link

Fix typo in name of library version constant #25

Closed liliolett closed 3 years ago

liliolett commented 3 years ago

Hello again, I noticed that the constant defining the version of the semver library itself contained a typo (semver_verion instead of semver_version). Changing this would of course technically break code using the old name, but I don't think there are many projects that would actually be affected by this, so it should be fine.

Neargye commented 3 years ago

Oh, thanks for the fix!