Mark package release's version string (#317)

This commit is contained in:
Michael Legleux
2022-10-04 07:02:32 -07:00
committed by GitHub
parent 37f9493d15
commit de23f015d6
2 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ char const* const versionString = "1.0.2"
#ifdef SANITIZER
BOOST_PP_STRINGIZE(SANITIZER)
#endif
#endif
#ifdef PKG
"-release"
#endif
//--------------------------------------------------------------------------