We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07beac commit e289a66Copy full SHA for e289a66
src/xbwd/app/BuildInfo.cpp
@@ -36,7 +36,7 @@ namespace build_info {
36
// and follow the format described at http://semver.org/
37
//------------------------------------------------------------------------------
38
// clang-format off
39
-char const* const versionString = "1.0.0-rc1"
+char const* const versionString = "1.0.0"
40
// clang-format on
41
42
#if defined(DEBUG) || defined(SANITIZER)
0 commit comments