File 9527-Bump-erlang-mode-version-to-29.0.patch of Package erlang
From e25059af755a500a98112e6d7e8bb5ba5029a748 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov <bozhidar@batsov.dev> Date: Wed, 25 Mar 2026 15:25:05 +0200 Subject: [PATCH 17/17] Bump erlang-mode version to 29.0 Align the package version with the Erlang/OTP release version. This ensures consistent version numbers across all package managers (MELPA, elpaca, etc.) and avoids dependency resolution issues with packages like erlang-ts-mode that depend on erlang. Going forward, the erlang-mode version should track the Erlang/OTP release version, as the package is not released independently. --- lib/tools/emacs/erlang.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index e8c8e74737..7c294908a1 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -24,7 +24,7 @@ ;; Author: Anders Lindgren ;; Keywords: erlang, languages, processes ;; Date: 2011-12-11 -;; Version: 2.8.4 +;; Version: 29.0 ;; Package-Requires: ((emacs "27.1")) ;; %CopyrightBegin% @@ -88,8 +88,9 @@ "The Erlang programming language." :group 'languages) -(defconst erlang-version "2.8.6" - "The version number of Erlang mode.") +(defconst erlang-version "29.0" + "The version number of Erlang mode. +This tracks the Erlang/OTP release version.") (defcustom erlang-root-dir nil "The directory where the Erlang man pages are installed. The -- 2.51.0