emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 287f044 031/459: Automatically detect versi


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 287f044 031/459: Automatically detect version during package-build based on elisp-content.
Date: Sun, 22 Aug 2021 13:58:49 -0400 (EDT)

branch: externals/csharp-mode
commit 287f044d2c4243cfd3deacd04508b236877350b6
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Automatically detect version during package-build based on elisp-content.
---
 makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/makefile b/makefile
index cd06de7..1cc8320 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,5 @@
-VERSION:=0.8.7
+#VERSION:=0.8.7
+VERSION=$(shell grep ";; Version " csharp-mode.el | cut -d ":" -f2 | cut -c2-)
 PACKAGE_SHORTNAME=csharp-mode
 PACKAGE_NAME:=$(PACKAGE_SHORTNAME)-$(VERSION)
 PACKAGE_DIR:=/tmp/$(PACKAGE_NAME)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]