From edfbc27fac56ccedc9e67684ca491c232f2a93d3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 7 Oct 2023 22:52:33 +0200 Subject: [PATCH] package/erlang: drop leftover comment Commit b574a9606e62 (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 --- package/erlang/erlang.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk index 29e2b74cbd..1600b59381 100644 --- a/package/erlang/erlang.mk +++ b/package/erlang/erlang.mk @@ -4,7 +4,6 @@ # ################################################################################ -# See note below when updating Erlang ERLANG_VERSION = 26.0.2 ERLANG_RELEASE = $(firstword $(subst ., ,$(ERLANG_VERSION))) ERLANG_SITE = \