summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-01-10 17:24:12 +0100
committerbakkeby <[email protected]>2022-02-11 11:43:35 +0100
commit2771f3d1c918a1c89691292e64787711ebdc7f7f (patch)
treebae6df806e84fd7402605d99f97b5f516b1afb8d
parent094c8ff363fbea645e65185c671ec9af4df1d333 (diff)
downloaddwm-flexipatch-2771f3d1c918a1c89691292e64787711ebdc7f7f.tar.gz
dwm-flexipatch-2771f3d1c918a1c89691292e64787711ebdc7f7f.zip
bump version to 6.3
-rw-r--r--README.md2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dcc4f9c..3fc48f5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-This dwm 6.2 (67d76bd, 2021-03-29) side project has a different take on dwm 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. Due to the complexity of some of the patches dwm-flexipatch has diverged from mainstream dwm by making some core patches non-optional for maintenance reasons. For the classic dwm-flexipatch build refer to branch [dwm-flexipatch-1.0](https://github.com/bakkeby/dwm-flexipatch/tree/dwm-flexipatch-1.0).
+This dwm 6.3 (d39e2f3, 2022-01-07) side project has a different take on dwm 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. Due to the complexity of some of the patches dwm-flexipatch has diverged from mainstream dwm by making some core patches non-optional for maintenance reasons. For the classic dwm-flexipatch build refer to branch [dwm-flexipatch-1.0](https://github.com/bakkeby/dwm-flexipatch/tree/dwm-flexipatch-1.0).
For example to include the `alpha` patch then you would only need to flip this setting from 0 to 1 in [patches.h](https://github.com/bakkeby/dwm-flexipatch/blob/master/patches.def.h):
```c
diff --git a/config.mk b/config.mk
index 62d1c84..fb2310c 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# dwm version
-VERSION = 6.2
+VERSION = 6.3
# Customize below to fit your system