From daf318abf312b83e9b209843dca7f0455a2c5469 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 2 Mar 2022 09:31:43 +0100 Subject: [PATCH] Bump to 5.1 --- LICENSE | 2 +- README.md | 6 ++++-- config.mk | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 3afd28e..2a64b28 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ MIT/X Consortium License © 2009 Markus Schnalke © 2009 Evan Gates © 2010-2012 Connor Lane Smith -© 2014-2020 Hiltjo Posthuma +© 2014-2022 Hiltjo Posthuma © 2015-2019 Quentin Rameau Permission is hereby granted, free of charge, to any person obtaining a diff --git a/README.md b/README.md index c0544b4..5bcc28d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this dmenu 5.0 (d78ff08, -2021-08-20) project has a different take on patching. It uses preprocessor directives to decide +Similar to [dwm-flexipatch](https://github.com/bakkeby/dwm-flexipatch) this dmenu 5.1 (3a505ce, +2022-03-01) 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. @@ -26,6 +26,8 @@ dmenu, how to install it and how it works. ### Changelog: +2022-03-02 - Bump to 5.1 + 2021-05-23 - Adding support for `ctrl+v` to paste and adding emoji-highlight patch 2021-05-17 - Added the restrict return, no sort, gridnav and plain-prompt (listfullwidth) patches diff --git a/config.mk b/config.mk index 6ff036c..10c1167 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 5.0 +VERSION = 5.1 # paths PREFIX = /usr/local