diff --git a/README.markdown b/README.markdown index 3e500ef..21d6b24 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -## jsx (v1.0) ## +## jsx (v1.0rc) ## a sane json implementation for erlang, inspired by [yajl][yajl] diff --git a/rebar.config b/rebar.config index 2184b83..0e41d0a 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,6 @@ %% {eunit_opts, [verbose]}. {erl_opts, [ - {i, "include"}, {i, "src"}, {src_dirs, ["src"]}, warn_unused_vars, diff --git a/include/jsx_opts.hrl b/src/jsx_opts.hrl similarity index 100% rename from include/jsx_opts.hrl rename to src/jsx_opts.hrl