From 9a760f3ea26495c0c58d1a403f9fbff631adbb4d Mon Sep 17 00:00:00 2001 From: bakkeby Date: Mon, 23 Nov 2020 09:24:14 +0100 Subject: [PATCH] IPC: Bumping verison number to 1.5.7 --- patches.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.def.h b/patches.def.h index fcb5ef6..df6f1c1 100644 --- a/patches.def.h +++ b/patches.def.h @@ -559,7 +559,7 @@ */ #define INSETS_PATCH 0 -/* This patch (v1.5.5) implements inter-process communication through a UNIX socket for dwm. This +/* This patch (v1.5.7) implements inter-process communication through a UNIX socket for dwm. This * allows for the window manager to be queried for information, e.g. listen for events such as tag * or layout changes, as well as send commands to control the window manager via other programs. *