Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Dec 10, 2023
1 parent 26d1a84 commit 13a7bef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const config = @import("src/config.zig");
const mimalloc_lib = @import("lib/mimalloc/lib.zig");
const tcc_lib = @import("lib/tcc/lib.zig");

// FIND: v0.2
const Version = "0.2";
// FIND: v0.3
const Version = "0.3";

var optMalloc: ?config.Allocator = undefined;
var selinux: bool = undefined;
Expand Down Expand Up @@ -473,4 +473,4 @@ pub fn buildCVM(alloc: std.mem.Allocator, step: *std.build.CompileStep, opts: Op
.file = .{ .path = thisDir() ++ "/src/vm.c" },
.flags = cflags.items
});
}
}
2 changes: 1 addition & 1 deletion docs/hugo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://fubark.github.io/cyber'
languageCode = 'en-us'
title = 'Cyber Docs v0.2'
title = 'Cyber Docs v0.3'
theme = 'hugo-book'

# Allow html
Expand Down

0 comments on commit 13a7bef

Please sign in to comment.