Skip to content

Commit f123fa6

Browse files
committed
release: bump toolchain version to 0.0.84
1 parent 4ea0a56 commit f123fa6

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.83" }
521+
mapper xcVersion() -> String { return "0.0.84" }
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.83"
190+
version = "0.0.84"
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.83" }
101+
mapper xiVersion() -> String { return "0.0.84" }
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.83"
17+
version = "0.0.84"
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
@@ -81,7 +81,7 @@ module Compile {
8181
id = "xc"
8282
name = "Xi Compiler"
8383
description = "The Xi language compiler — Xi source to C99 to native binaries."
84-
version = "0.0.83"
84+
version = "0.0.84"
8585
license = "Apache 2.0"
8686
includes = []
8787
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.83"
22+
version = "0.0.84"
2323
license = "Apache 2.0"
2424
includes = []
2525
excludes = []

0 commit comments

Comments
 (0)