pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
901 stars 121 forks source link

Add proper versioning in code #185

Closed N1coc4colA closed 1 year ago

N1coc4colA commented 2 years ago

Adding V8PP_MINOR, V8PP_MAJOR and V8PP_REVISION defines to make it possible to use different versions in a same code base. It was not possible previously due to the quoted V8PP_VERSION.

pmed commented 1 year ago

Hi @N1coc4colA

thanks for the idea, I've implemented the requested changes in #192