diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-18 16:52:51 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-18 16:52:51 +0000 |
commit | 745c46d8fa810bbf45ef16e79a0f84c787f1a670 (patch) | |
tree | 1d87a0fd83e226d603e592e69a6f8625d287c288 /config.mk | |
parent | Added tag 3.5 for changeset 05e5bd706b3b (diff) | |
download | dmenu-745c46d8fa810bbf45ef16e79a0f84c787f1a670.tar.gz dmenu-745c46d8fa810bbf45ef16e79a0f84c787f1a670.tar.bz2 dmenu-745c46d8fa810bbf45ef16e79a0f84c787f1a670.zip |
fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 9406af6..3cc8b32 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 3.5 +VERSION = 3.6 # Customize below to fit your system |