aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-12-30 14:45:03 -0600
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-12-30 14:46:34 -0600
commit932c1d45f279a78cac021f7f643fc65460245b64 (patch)
tree9ef7f509a9e7d70a83c17bb15c3c052c3c8e8b18 /config.mk
parentdbe44e48c8b0434565fa9322fda4d493b0ae25ba (diff)
remove `--long` from git-describe command
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 01aad14..36dc49b 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
_VERSION = 0.4-rc3
-VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`
+VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
PKG_CONFIG = pkg-config