diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-17 12:36:29 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-17 12:36:29 +0100 |
commit | caf5a162716ebdcca0ba7dda1e7335697f3b9208 (patch) | |
tree | d626b247ee44151a4a37940e873b540f0a910b8d /config.mk | |
parent | 936e11fd5465819555604f924f8afaae702e426e (diff) | |
download | dwm-caf5a162716ebdcca0ba7dda1e7335697f3b9208.tar.gz |
moved BORDERPX to config.*.h
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 16a7a23..b3b1019 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.1 +VERSION = 3.2 # Customize below to fit your system |