Skip to content

Commit 75c6ff7

Browse files
committed
release: bump MCPP_VERSION source constant to 0.0.59
mcpp.toml was bumped but the binary reports MCPP_VERSION from fingerprint.cppm; the release smoke-test (wrapper --version must match) caught the mismatch. Bump the source constant too.
1 parent dd3f670 commit 75c6ff7

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.58";
21+
inline constexpr std::string_view MCPP_VERSION = "0.0.59";
2222

2323
struct FingerprintInputs {
2424
Toolchain toolchain;

0 commit comments

Comments
 (0)