We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9071b85 commit 2c56019Copy full SHA for 2c56019
Makefile
@@ -1,6 +1,6 @@
1
#! /usr/bin/make
2
VERSION_NAME=I Accidentally The Smart Contract
3
-VERSION=$(shell git describe --always --dirty=-modded)
+VERSION=$(shell git describe --always --dirty=-modded --abbrev=7)
4
DISTRO=$(shell lsb_release -is 2>/dev/null || echo unknown)-$(shell lsb_release -rs 2>/dev/null || echo unknown)
5
PKGNAME = c-lightning
6
0 commit comments