Skip to content

Commit bbc2396

Browse files
committed
release: bump toolchain version to 0.0.83
1 parent f450743 commit bbc2396

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

compiler/impl/driver/driver.xi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ producer packLibrary(srcPath: String) -> Integer {
518518
}
519519

520520
// The toolchain version (kept in sync with the xi tool); printed by `xc version`.
521-
mapper xcVersion() -> String { return "0.0.82" }
521+
mapper xcVersion() -> String { return "0.0.83" }
522522

523523
// The value of a `--target <t>` / `--target=<t>` flag anywhere in args, or "".
524524
mapper argTarget(args: String[]) -> String {

compiler/loadtest.xi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module LoadTest {
187187
id = "loadtest"
188188
name = "Xi Load Tester"
189189
description = "Load/perf testing for Xi projects: compile-stress, run-bench, and HTTP load."
190-
version = "0.0.82"
190+
version = "0.0.83"
191191
license = "Apache 2.0"
192192
includes = []
193193
excludes = []

compiler/repl/runner.xi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mapper buildProgram(decls: String, stmts: String) -> String {
9898
}
9999

100100
// The toolchain version. Bump this when cutting a release (matches the tag).
101-
mapper xiVersion() -> String { return "0.0.82" }
101+
mapper xiVersion() -> String { return "0.0.83" }
102102

103103
// Directory part of a path (everything before the last '/'); "." if none.
104104
mapper dirOf(path: String) -> String {

compiler/test.xi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Test {
1414
id = "xt"
1515
name = "Xi Test Runner"
1616
description = "Compiles and runs *_test.xi files in test mode, reporting pass/fail."
17-
version = "0.0.82"
17+
version = "0.0.83"
1818
license = "Apache 2.0"
1919
includes = []
2020
excludes = []

compiler/xc.xi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module Compile {
7676
id = "xc"
7777
name = "Xi Compiler"
7878
description = "The Xi language compiler — Xi source to C99 to native binaries."
79-
version = "0.0.82"
79+
version = "0.0.83"
8080
license = "Apache 2.0"
8181
includes = []
8282
excludes = []

compiler/xi.xi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module Xi {
1919
id = "xi"
2020
name = "Xi REPL & Runner"
2121
description = "The Xi REPL and run tool: run files, start a session, install, pack."
22-
version = "0.0.82"
22+
version = "0.0.83"
2323
license = "Apache 2.0"
2424
includes = []
2525
excludes = []

0 commit comments

Comments
 (0)