summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2023-04-02 21:31:03 +0300
committerGravatar Uko Kokņevičs2023-04-02 21:31:03 +0300
commitd01ffd33d444c80b3476c58a2bb68b7b289edbf3 (patch)
tree6617b3e36fc2168f984f4bee9d6cab2bb69ea415
parentUpdate zelda (diff)
downloadzup-0.2.1.tar.gz
zup-0.2.1.tar.xz
zup-0.2.1.zip
Release 0.2.10.2.1
-rw-r--r--README.org5
-rw-r--r--build.zig2
2 files changed, 4 insertions, 3 deletions
diff --git a/README.org b/README.org
index f922886..3571a36 100644
--- a/README.org
+++ b/README.org
@@ -20,8 +20,9 @@ newer (hopefully the newest!) Zig version that should enable you to compile the
20 20
21| Zig version | zup version | 21| Zig version | zup version |
22|-------------+-------------| 22|-------------+-------------|
23| 0.10.0 | 0.2.0 | 23| 0.10.0 | 0.2.1 |
24| master | main | 24| 0.10.1 | 0.2.1 |
25| master | main |
25 26
26* How 27* How
27 28
diff --git a/build.zig b/build.zig
index c99ce32..bce3dcb 100644
--- a/build.zig
+++ b/build.zig
@@ -46,7 +46,7 @@ pub fn build(b: *Builder) !void {
46 test_step.dependOn(&exe_tests.step); 46 test_step.dependOn(&exe_tests.step);
47} 47}
48 48
49const default_version = SemanticVersion.parse("0.1.0") catch unreachable; 49const default_version = SemanticVersion.parse("0.2.1") catch unreachable;
50 50
51fn getVersion(b: *Builder) SemanticVersion { 51fn getVersion(b: *Builder) SemanticVersion {
52 var out_code: u8 = undefined; 52 var out_code: u8 = undefined;