Skip to content

Commit 1fcae3e

Browse files
committed
[DOC] Minor edits.
1 parent 5e17a20 commit 1fcae3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notes/v0.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this release we have:
88
TensorFlow graphs.
99
- Fixed a major memory leak (issue #87).
1010
- Updated the JNI bindings to be compatible with the TensorFlow
11-
1.8.0 release.
11+
1.9.0 release.
1212
- Added support for obtaining the list of available devices from
1313
within Scala.
1414
- Fixed bugs for some control flow ops.

site/src/main/site/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ have the main TensorFlow dynamic library installed. You have two options for dea
5050
```bash
5151
git clone https://github.com/tensorflow/tensorflow.git <repository_directory>
5252
cd <repository_directory>
53-
git checkout r1.8
53+
git checkout r1.9
5454
```
5555

5656
2. Compile the library using the following commands:

0 commit comments

Comments
 (0)