aboutsummaryrefslogtreecommitdiff
path: root/src/compat.zig
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-06-22 11:31:46 +0200
committerChris Boesch <[email protected]>2023-06-22 11:31:46 +0200
commitbd4a48c3c9a41773cabd66b4fb985e699fb5527f (patch)
tree994a0507032c559d245e51e60ff6e1269e80aaec /src/compat.zig
parent40bedacfdf35116d560580210563339a16457679 (diff)
downloadziglings-bd4a48c3c9a41773cabd66b4fb985e699fb5527f.tar.xz
ziglings-bd4a48c3c9a41773cabd66b4fb985e699fb5527f.zip
Changed to zig developer version 3747.
Diffstat (limited to 'src/compat.zig')
-rw-r--r--src/compat.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.zig b/src/compat.zig
index a014b24..951899a 100644
--- a/src/compat.zig
+++ b/src/compat.zig
@@ -15,7 +15,7 @@ const print = if (@hasDecl(debug, "print")) debug.print else debug.warn;
// When changing this version, be sure to also update README.md in two places:
// 1) Getting Started
// 2) Version Changes
-const needed_version_str = "0.11.0-dev.3295";
+const needed_version_str = "0.11.0-dev.3747";
fn isCompatible() bool {
if (!@hasDecl(builtin, "zig_version") or !@hasDecl(std, "SemanticVersion")) {