From b52162c32bcb8a8bf64ede7d12bd52fbf1cee2e6 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 10 Aug 2025 15:57:35 +0200 Subject: [PATCH] bump version to 1.6 https://git.suckless.org/slock/commit/e3fb34364ed2c53b21edde07ac17560a601783a9.html --- README.md | 4 ++-- config.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 182951e45dd48b4f99ee4cbb7b2c8c49aee3fde9..2098565427c69c8b1cdf2828e4b013ebd1f03b3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this slock 1.5 (a70d5d2, -2025-03-09) project has a different take on patching. It uses preprocessor directives to decide +Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this slock 1.6 (e3fb343, +2025-08-09) project has a different take on patching. It uses preprocessor directives to decide whether or not to include a patch during build time. Essentially this means that this build, for better or worse, contains both the patched _and_ the original code. The aim being that you can select which patches to include and the build will contain that code and nothing more. diff --git a/config.mk b/config.mk index 6299928f25b69a8e763d9f4c13e9df2920984385..13fe7bda5364163846b544fb7071c8a3f878e276 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # slock version -VERSION = 1.4 +VERSION = 1.6 # Customize below to fit your system