commit 932c1d45f279a78cac021f7f643fc65460245b64 parent dbe44e48c8b0434565fa9322fda4d493b0ae25ba Author: Leonardo Hernández Hernández <leohdz172@protonmail.com> Date: Fri, 30 Dec 2022 14:45:03 -0600 remove `--long` from git-describe command Diffstat:
| M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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