-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OTP 26.1 database and detection
- Loading branch information
1 parent
e0654db
commit ebf064b
Showing
6 changed files
with
43,299 additions
and
43,252 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%%%------------------------------------------------------------------- | ||
%%% File: geas_doc.erl | ||
%%% @author Eric Pailleau <[email protected]> | ||
%%% @copyright 2022 crownedgrouse.com | ||
%%% @copyright 2023 crownedgrouse.com | ||
%%% @doc | ||
%%% Guess Erlang Application Scattering | ||
%%% Database generation module | ||
|
@@ -40,7 +40,7 @@ | |
"23.0", "23.1", "23.2", "23.3", | ||
"24.0", "24.1", "24.2", "24.3", | ||
"25.0", "25.1", "25.2", "25.3", | ||
"26.0"]). | ||
"26.0", "26.1"]). | ||
|
||
%% This module generate the geas_db.hrl | ||
%% providing the min and max release of any Erlang/OTP function | ||
|
Oops, something went wrong.