dwl

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

commit c9a0a8bf6de9130655342e362a5a9f09c6a7fd08
parent 22336612ae75954c68a7d4cd3f30fbebf94f441f
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Mon,  5 Dec 2022 23:21:21 -0600

bump version to 0.4-rc2

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