Skip to content

Commit f2e5bed

Browse files
committed
Upgrade to TCR version 1.1.0
1 parent ddf493c commit f2e5bed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ TCR for various language/toolchain combinations.
153153
2. Extract TCR executable (replace with the appropriate version and architecture)
154154

155155
```shell
156-
tar zxf tcr_1.0.0_Darwin_x86_64.tar.gz
156+
tar zxf tcr_1.1.0_Darwin_x86_64.tar.gz
157157
```
158158

159159
3. Launch TCR
@@ -172,7 +172,7 @@ TCR for various language/toolchain combinations.
172172
2. Extract TCR executable (replace with the appropriate version and architecture)
173173

174174
```shell
175-
tar zxf tcr_1.0.0_Linux_x86_64.tar.gz
175+
tar zxf tcr_1.1.0_Linux_x86_64.tar.gz
176176
```
177177

178178
3. Launch TCR
@@ -191,7 +191,7 @@ TCR for various language/toolchain combinations.
191191
2. Extract TCR executable (replace with the appropriate version and architecture)
192192

193193
```shell
194-
tar zxf tcr_1.0.0_Windows_x86_64.tar.gz
194+
tar zxf tcr_1.1.0_Windows_x86_64.tar.gz
195195
```
196196

197197
3. Launch TCR

examples/tcr/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tcr 1.0.0
1+
tcr 1.1.0

tools/tcr/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tcr 1.0.0
1+
tcr 1.1.0

0 commit comments

Comments
 (0)