-
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.
- Loading branch information
1 parent
b75ec8e
commit dfcae9c
Showing
6 changed files
with
42,917 additions
and
42,679 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 2015 crownedgrouse.com | ||
%%% @copyright 2022 crownedgrouse.com | ||
%%% @doc | ||
%%% Guess Erlang Application Scattering | ||
%%% Database generation module | ||
|
@@ -38,7 +38,8 @@ | |
"21.0", "21.1", "21.2", "21.3", | ||
"22.0", "22.1", "22.2", "22.3", | ||
"23.0", "23.1", "23.2", "23.3", | ||
"24.0", "24.1", "24.2", "24.3"]). | ||
"24.0", "24.1", "24.2", "24.3", | ||
"25.0"]). | ||
|
||
%% This module generate the geas_db.hrl | ||
%% providing the min and max release of any Erlang/OTP function | ||
|
Oops, something went wrong.