Skip to content

Commit

Permalink
Version 1.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Dec 18, 2018
1 parent 2ac21cd commit 1b573cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: erlang
otp_release:
- 21.0.2
- 21.1
- 20.3
- 19.3
- 18.3
Expand All @@ -14,8 +14,15 @@ branches:
only:
- master
notifications:
email:
recipients:
- mjtruog@gmail.com
irc:
channels:
- "chat.freenode.net#cloudi"
template:
- "%{repository_slug} (%{branch} - %{commit}) %{author}: %{commit_message}"
- "View Changes %{compare_url}"
- "Build #%{build_number}: %{message} (%{build_url})"
on_success: change
on_failure: always
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule ErlangTerm.Mixfile do

def project do
[app: :erlang_term,
version: "1.7.4",
version: "1.7.5",
language: :erlang,
erlc_options: [
{:d, :erlang.list_to_atom('ERLANG_OTP_VERSION_' ++ :erlang.system_info(:otp_release))},
Expand Down
2 changes: 0 additions & 2 deletions rebar.config
Expand Up @@ -8,8 +8,6 @@
{platform_define, "^18\.", 'ERLANG_OTP_VERSION_18'},
{platform_define, "^19\.", 'ERLANG_OTP_VERSION_19'},
{platform_define, "^20\.", 'ERLANG_OTP_VERSION_20'},
{platform_define, "^21\.", 'ERLANG_OTP_VERSION_21'},
{platform_define, "^22\.", 'ERLANG_OTP_VERSION_22'},
warnings_as_errors,
strict_validation,
warn_bif_clash,
Expand Down
2 changes: 1 addition & 1 deletion src/erlang_term.app.src
Expand Up @@ -3,7 +3,7 @@

{application, erlang_term,
[{description, "Erlang Term Info"},
{vsn, "1.7.4"},
{vsn, "1.7.5"},
{modules, [erlang_term]},
{registered, []},
{applications, [stdlib, kernel]}]}.

0 comments on commit 1b573cd

Please sign in to comment.