diff options
author | arg@mig29 <unknown> | 2006-12-08 10:40:09 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-08 10:40:09 +0100 |
commit | a308b7507abb77940f3b4ba34655c5a7c234bee3 (patch) | |
tree | 94ff408abea2837a11e85cedecffc7e211690ba3 /config.mk | |
parent | 630e7ff26f46339f93e394dd75bd6cc8c0cc841f (diff) | |
download | dwm-a308b7507abb77940f3b4ba34655c5a7c234bee3.tar.gz |
removed the hardcoded fixed fallback, it is useless in non-Latin1 environments
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 6961464..ee11556 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 2.6 +VERSION = 2.7 # Customize below to fit your system |