Skip to content

Commit 5bfe8cb

Browse files
committed
release: 2026.9.2.1
1 parent e28a635 commit 5bfe8cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcpp"
3-
version = "2026.9.1.1"
3+
version = "2026.9.2.1"
44
description = "Modern C++ build & package management tool"
55
license = "Apache-2.0"
66
authors = ["mcpp-community"]

modules/versioning/src/version.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ import std;
3131

3232
export namespace mcpp {
3333

34-
inline constexpr std::string_view MCPP_VERSION = "2026.9.1.1";
34+
inline constexpr std::string_view MCPP_VERSION = "2026.9.2.1";
3535

3636
} // namespace mcpp

0 commit comments

Comments
 (0)