dwl

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

commit 4c6050331e4e9e03a43afb365263e3c48b50b294
parent eaf8a216037e6eb60170a24fe7c02b615a20aa72
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Fri,  2 Dec 2022 10:12:16 -0600

bump version to 0.4-rc1

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