You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/02/25 21:20:43 UTC

[couchdb-snappy] 01/02: Remove required_otp_version

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch remove-required-otp-version
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git

commit a4be9883a5ce495f284162a3e0af5307d5f43bd3
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Feb 25 13:18:29 2023 -0800

    Remove required_otp_version
    
    Maintaining this may be more trouble than it's worth, so rather than
    keep updating, let's try removing this line, and address any problems
    as they arise.
---
 rebar.config | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rebar.config b/rebar.config
index 3b93f8a..cfc4d73 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,5 +1,3 @@
-{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22|23|24|25"}.
-
 {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
 {port_sources, ["c_src/*.cc", 
                 "c_src/snappy/*.cc"]}.