dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 303fc72b124721ef86d1340367a2d3474716c367
parent 871463c32740d601241123770a65fea0d737fb54
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Thu,  8 Sep 2022 00:13:03 -0500

append `-dev` to $(_VERSION) (should have added it a long time ago)

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -_VERSION = 0.3.1 +_VERSION = 0.3.1-dev VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)` # paths