ソースを参照

Merge pull request #243 from ferd/alpha

Bump to alpha
pull/244/head
Fred Hebert 10年前
コミット
cd5ba717ba
2個のファイルの変更6行の追加5行の削除
  1. +5
    -4
      README.md
  2. +1
    -1
      src/rebar.app.src

+ 5
- 4
README.md ファイルの表示

@ -13,14 +13,15 @@ configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations (git, hg, etc).
3.0 Pre-Alpha
3.0 Alpha
====
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)
This is an experimental branch, considered to be pre-alpha, and still
very unstable. Use at your own risk, and expect no support. See
[the related announcement](http://lists.basho.com/pipermail/rebar_lists.basho.com/2014-November/002087.html).
This is a preliminary branch, considered to be alpha, and still
very unstable. Use at your own risk, but please do report bugs
and issues encountered and we'll try to resolve problems as
soon as possible.
Compatibility with rebar 2.0 has been broken, and features removed to
limit scope.

+ 1
- 1
src/rebar.app.src ファイルの表示

@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "3.0.0-pre_alpha"},
{vsn, "3.0.0-alpha"},
{modules, []},
{registered, []},
{applications, [kernel,

読み込み中…
キャンセル
保存