There was an error while loading. Please reload this page.
1 parent e28a635 commit 5bfe8cbCopy full SHA for 5bfe8cb
2 files changed
mcpp.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mcpp"
3
-version = "2026.9.1.1"
+version = "2026.9.2.1"
4
description = "Modern C++ build & package management tool"
5
license = "Apache-2.0"
6
authors = ["mcpp-community"]
modules/versioning/src/version.cppm
@@ -31,6 +31,6 @@ import std;
31
32
export namespace mcpp {
33
34
-inline constexpr std::string_view MCPP_VERSION = "2026.9.1.1";
+inline constexpr std::string_view MCPP_VERSION = "2026.9.2.1";
35
36
} // namespace mcpp
0 commit comments