Skip to content

Commit

Permalink
Bump OTP and erts version in examples (elixirschool#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscyclone authored and doomspork committed Jun 5, 2016
1 parent 3e859dc commit 94582af
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ sitemap:
elixir:
version: 1.2.3

erlang:
OTP: 18
erts: 7.3

toc:
en: Table of Contents
jp: 目次
Expand Down
2 changes: 1 addition & 1 deletion cn/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir 自带了 `iex` 这样一个交互 shell, 可以让我们随时计算 Eli

运行 `iex` 命令,让我们开始教程:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion es/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir viene con `iex`, una consola interactiva, que nos permite evaluar expresi

Para empezar, Ejecutamos `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion fr/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir viens avec `iex`, un shell interactif qui nous permet d'évaluer des expr

Pour commencer, lançons `iex`:

Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion id/lessons/advanced/umbrella-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ end
```shell
$ iex -S mix
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

==> datasets
Compiled lib/datasets.ex
Expand Down
2 changes: 1 addition & 1 deletion id/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir dilengkapi dengan `iex`, sebuah shell interaktif, yang memungkinkan kita

Untuk memulai, kita jalankan `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir (1.0.4) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion id/lessons/specifics/mnesia.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Ketika kita berikan opsi `--help` ke IEx dari command line kita ditunjuki semua
```shell
$ iex --name [email protected]
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Interactive Elixir (1.2.1) - press Ctrl+C to exit (type h() ENTER for help)
iex([email protected])> Node.self
Expand Down
2 changes: 1 addition & 1 deletion it/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir viene fornito con `iex`, una shell interattiva che permette di eseguire i

Per cominciare, lanciamo il comando `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion jp/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixirには`iex`という対話シェルが付属しており、入力したそ

対話モードを開始するには、`iex`を起動しましょう:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion lessons/advanced/umbrella-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ end
```shell
$ iex -S mix
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

==> datasets
Compiled lib/datasets.ex
Expand Down
4 changes: 2 additions & 2 deletions lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation instructions for each OS can be found on elixir-lang.org in the [In
After Elixir is installed you can easily confirm the installed version.

% elixir -v
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Elixir {{ site.elixir.version }}

Expand All @@ -29,7 +29,7 @@ Elixir comes with `iex`, an interactive shell, which allows us to evaluate Elixi

To get started, let's run `iex`:

Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>
Expand Down
2 changes: 1 addition & 1 deletion lessons/specifics/mnesia.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ When we pass in the `--help` option to IEx from the command line we are presente
```shell
$ iex --name [email protected]
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex([email protected])> Node.self
Expand Down
2 changes: 1 addition & 1 deletion my/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir disertakan dengan `iex`, satu shell interaktif, yang membenarkan kita unt

Untuk bermula, kita jalankan `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion no/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir leveres med `iex`, et interaktivt skall som lar oss evaluere Elixirkoder

For å starte IEx skriver vi `iex` i terminalvinduet:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir (1.0.4) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion pl/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ W Elixirze dostępna jest interaktywna powłoka `iex`, która pozwala nam na uru

By ją uruchomić wpisz w wierszu poleceń `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion pt/lessons/advanced/umbrella-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ end
```shell
$ iex -S mix
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

==> datasets
Compiled lib/datasets.ex
Expand Down
2 changes: 1 addition & 1 deletion pt/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir vem com `iex`, um console interativo, que nos permite avaliar expressões

Para iniciar, executamos `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion pt/lessons/specifics/mnesia.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Quando passamos a opção `--help` para IEx a partir da linha de comando, nos é
```shell
$ iex --name [email protected]
Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex([email protected])> Node.self
Expand Down
2 changes: 1 addition & 1 deletion ru/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lang: ru

Для того чтобы начать, запустите `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion sk/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir obsahuje nástroj `iex`, interaktívny shell (príkazový riadok), ktorý

Začnime teda jeho spustením príkazu `iex`:

Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)
iex>
Expand Down
2 changes: 1 addition & 1 deletion vi/lessons/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Elixir đi kèm với `iex`, một shell trực quan, cho phép chúng ta chạy

Để bắt đầu, hãy chạy `iex`:

Erlang/OTP 18 [erts-7.2.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Erlang/OTP {{ site.erlang.OTP }} [erts-{{ site.erlang.erts }}] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]

Interactive Elixir ({{ site.elixir.version }}) - press Ctrl+C to exit (type h() ENTER for help)

Expand Down

0 comments on commit 94582af

Please sign in to comment.