From e7d0f9c22128f24ce0aea6d65184544c84445763 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Fri, 10 Oct 2014 00:40:06 +0400 Subject: [PATCH] Changed supported Erlang versions --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe106d6..5c5d590 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,3 @@ script: "make test" otp_release: - 17.1 - R16B03-1 - - R15B03 - - R14B04 diff --git a/README.md b/README.md index dbdff12..6933fa8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It is compatible with Windows and Linux, and should probably work on other OSes ## Requirements -Erlang/OTP R14B is required, and SQLite 3 minimum version is 3.6.1. +Erlang/OTP R16B or 17.x is required, and SQLite 3 minimum version is 3.6.1. See R14B branch for older Erlang versions. ## Compiling