Skip to content

Commit

Permalink
package/erlang: drop leftover comment
Browse files Browse the repository at this point in the history
Commit b574a96 (package/erlang: do not hard-code the Erlang
Interface Version (EI_VSN)) removed the need to care about keeping
the erlang version and its API version in sync, as the latter is
automatically extracted from installed files. The corresponding comment
was removed in that commit:

    # Whenever updating Erlang, this value should be updated as well, to the
    # value of EI_VSN in the file lib/erl_interface/vsn.mk

However, the removal of the comment above the package version was
leftover (probably because of a conflict with a version bump that was
improperly resolved).

Drop the comment now.

Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
yann-morin-1998 committed Oct 7, 2023
1 parent 53d90b7 commit edfbc27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/erlang/erlang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
################################################################################

# See note below when updating Erlang
ERLANG_VERSION = 26.0.2
ERLANG_RELEASE = $(firstword $(subst ., ,$(ERLANG_VERSION)))
ERLANG_SITE = \
Expand Down

0 comments on commit edfbc27

Please sign in to comment.