summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcos <cos>2023-11-08 15:02:19 +0100
committercos <cos>2023-11-08 15:07:39 +0100
commit2f977c646a0ff491b3814e7d3843259ec9c7c4e2 (patch)
treea8d41526907b40f04114ba873e0098ed45d91a0c /Makefile
parente4b558fa9e063be7e1a48d4d90d3f69f4ad3df71 (diff)
downloadmcwm-2f977c646a0ff491b3814e7d3843259ec9c7c4e2.zip
Fix unintentional exit on suspend
Suspending xorg on FreeBSD (and possibly other scenarios) results in a recoverable INTR from select(). Only exit on signal after actually having recieved a signal.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce0d71d..785dee4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=20180725
+VERSION=20231108
DIST=mcwm-$(VERSION)
SRC=mcwm.c list.c config.h events.h list.h hidden.c
DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man hidden.man scripts $(SRC)