Compare commits

...

1 Commits

Author SHA1 Message Date
Bart
aac64d3b85 Update version (#6672) 2026-03-26 09:50:04 -04:00

View File

@@ -23,7 +23,7 @@ namespace {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "3.2.0-b0"
char const* const versionString = "3.2.0-b1"
// clang-format on
;