Skip to content

Commit cca5b9f

Browse files
committed
Update database and detection for OTP-28.0
1 parent ea57a37 commit cca5b9f

File tree

5 files changed

+44315
-42303
lines changed

5 files changed

+44315
-42303
lines changed

priv/mod2app.term

289 Bytes
Binary file not shown.

src/geas.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,geas,
22
[{description,"Guess Erlang Application Scattering"},
3-
{vsn,"2.9.2"},
3+
{vsn,"2.9.3"},
44
{registered,[]},
55
{applications,[kernel,stdlib,samovar,inets,ssl,crypto,
66
public_key,asn1]},

src/geas_db.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"24.0", "24.1", "24.2", "24.3",
4242
"25.0", "25.1", "25.2", "25.3",
4343
"26.0", "26.1", "26.2",
44-
"27.0", "27.1", "27.2", "27.3"]).
44+
"27.0", "27.1", "27.2", "27.3",
45+
"28.0"]).
4546

4647
%% This module generate the geas_db.hrl
4748
%% providing the min and max release of any Erlang/OTP function

0 commit comments

Comments
 (0)