Changed supported Erlang versions

This commit is contained in:
Alexey Romanov
2014-10-10 00:40:06 +04:00
parent 8673f2db6b
commit e7d0f9c221
2 changed files with 1 additions and 3 deletions

View File

@@ -3,5 +3,3 @@ script: "make test"
otp_release: otp_release:
- 17.1 - 17.1
- R16B03-1 - R16B03-1
- R15B03
- R14B04

View File

@@ -6,7 +6,7 @@ It is compatible with Windows and Linux, and should probably work on other OSes
## Requirements ## 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 ## Compiling