Skip to content

Commit 249ec45

Browse files
committed
Bump to 3.25.1
Adds compatibility notes to matrix.
1 parent 7934da9 commit 249ec45

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ security fixes.
6363

6464
| Rebar3 | Erlang/OTP Support Range | Notes
6565
|- |- | -
66-
| 3.25.0 | 26-28 |
66+
| 3.25.1 | 26-28 | issues with newer Windows versions were reported on 3.25.0 and OTP-28
6767
| 3.24.0 | 25-27 |
6868
| 3.23.0 | 25-27 |
6969
| 3.22.1 | 25-27 |

apps/rebar/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
{escript_name, rebar3}.
2727
{escript_wrappers_windows, ["cmd", "powershell"]}.
28-
{escript_comment, "%%Rebar3 3.25.0\n"}.
28+
{escript_comment, "%%Rebar3 3.25.1\n"}.
2929
{escript_emu_args, "%%! +sbtu +A1\n"}.
3030
%% escript_incl_priv is for internal rebar-private use only.
3131
%% Do not use outside rebar. Config interface is not stable.

apps/rebar/src/rebar.app.src.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% ex: ts=4 sw=4 ft=erlang et
33
{application, rebar,
44
[{description, "Rebar: Erlang Build Tool"},
5-
{vsn, "git"},
5+
{vsn, "3.25.1"},
66
{modules, []},
77
{registered, []},
88
{applications, [kernel,

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ main(Args) ->
5353
bootstrap_rebar3(),
5454

5555
%% Build rebar.app from rebar.app.src
56-
{ok, App} = rebar_app_info:new(rebar, "3.25.0", filename:absname("_build/default/lib/rebar/")),
56+
{ok, App} = rebar_app_info:new(rebar, "3.25.1", filename:absname("_build/default/lib/rebar/")),
5757
rebar_otp_app:compile(rebar_state:new(), App),
5858

5959
%% Because we are compiling files that are loaded already we want to silence

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{escript_main_app, rebar}.
1212
{escript_name, rebar3}.
1313
{escript_wrappers_windows, ["cmd", "powershell"]}.
14-
{escript_comment, "%%Rebar3 3.25.0\n"}.
14+
{escript_comment, "%%Rebar3 3.25.1\n"}.
1515
{escript_emu_args, "%%! +sbtu +A1\n"}.
1616
%% escript_incl_priv is for internal rebar-private use only.
1717
%% Do not use outside rebar. Config interface is not stable.

0 commit comments

Comments
 (0)