Skip to content

Commit 0e9b5ec

Browse files
committed
Branch out v1.18
1 parent 7144162 commit 0e9b5ec

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PREFIX ?= /usr/local
22
TEST_FILES ?= "*_test.exs"
33
SHARE_PREFIX ?= $(PREFIX)/share
44
MAN_PREFIX ?= $(SHARE_PREFIX)/man
5-
CANONICAL := main/
5+
CANONICAL := v1.18/
66
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
77
ERLC := erlc -I lib/elixir/include
88
ERL_MAKE := erl -make

SECURITY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
66

77
Elixir version | Support
88
:------------- | :-----------------------------
9-
1.18 | Development
10-
1.17 | Bug fixes and security patches
9+
1.18 | Bug fixes and security patches
10+
1.17 | Security patches only
1111
1.16 | Security patches only
1212
1.15 | Security patches only
1313
1.14 | Security patches only
14-
1.13 | Security patches only
1514

1615
## Announcements
1716

lib/elixir/pages/references/compatibility-and-deprecations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ Elixir applies bug fixes only to the latest minor branch. Security patches are a
88

99
Elixir version | Support
1010
:------------- | :-----------------------------
11-
1.18 | Development
12-
1.17 | Bug fixes and security patches
11+
1.18 | Bug fixes and security patches
12+
1.17 | Security patches only
1313
1.16 | Security patches only
1414
1.15 | Security patches only
1515
1.14 | Security patches only
16-
1.13 | Security patches only
1716

1817
New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann). All security releases [will be tagged with `[security]`](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date).
1918

0 commit comments

Comments
 (0)