ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
409 stars 191 forks source link

Update Version 1.12.1 #583

Closed hmaarrfk closed 2 weeks ago

hmaarrfk commented 2 weeks ago
    // Convenience Macros for stringifying the version number
    #define __VIGRA_STRINGIFY(s) #s
    #define _VIGRA_STRINGIFY(s) __VIGRA_STRINGIFY(s)
    #define VIGRA_VERSION_STRING (_VIGRA_STRINGIFY(VIGRA_VERSION_MAJOR) "." _VIGRA_STRINGIFY(VIGRA_VERSION_MINOR) "." _VIGRA_STRINGIFY(VIGRA_VERSION_PATCH)

We should consider a stringification macro, but I don't want to wait that long.

hmaarrfk commented 2 weeks ago

Given the patch was so "small" reasonable is ~1~ 0 day.