dwl

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

commit 05f4e23c43aa0d6e8fb8673a3b0d71653dc6dbbd
parent be854cab35bc090ab3f6fbad3a0f93013294226d
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Sat, 24 Dec 2022 17:54:19 -0600

bump version to 0.4-rc3

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.4-rc2 +_VERSION = 0.4-rc3 VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)` PKG_CONFIG = pkg-config