Skip to content

Commit 5b4a3b8

Browse files
committed
release: bump toolchain version to 0.0.87
1 parent 621650a commit 5b4a3b8

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.86" }
521+
mapper xcVersion() -> String { return "0.0.87" }
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.86"
190+
version = "0.0.87"
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
@@ -88,7 +88,7 @@ mapper buildProgram(decls: String, stmts: String) -> String {
8888
}
8989

9090
// The toolchain version. Bump this when cutting a release (matches the tag).
91-
mapper xiVersion() -> String { return "0.0.86" }
91+
mapper xiVersion() -> String { return "0.0.87" }
9292

9393
// Directory part of a path (everything before the last '/'); "." if none.
9494
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.86"
17+
version = "0.0.87"
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
@@ -90,7 +90,7 @@ module Compile {
9090
id = "xc"
9191
name = "Xi Compiler"
9292
description = "The Xi language compiler — Xi source to C99 to native binaries."
93-
version = "0.0.86"
93+
version = "0.0.87"
9494
license = "Apache 2.0"
9595
includes = []
9696
excludes = []

compiler/xi.xi

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

0 commit comments

Comments
 (0)