Skip to content

Commit e9c45fb

Browse files
committed
chore: bump MCPP_VERSION constant to 0.0.105
mcpp.toml and src/toolchain/fingerprint.cppm are two independent version sources; bumping only the manifest left `mcpp --version` reporting the old number, which 01_help_and_version.sh cross-checks against mcpp.toml.
1 parent 89bf955 commit e9c45fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toolchain/fingerprint.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import mcpp.toolchain.detect;
1818

1919
export namespace mcpp::toolchain {
2020

21-
inline constexpr std::string_view MCPP_VERSION = "0.0.104";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.105";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)