diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 11:36:07 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 11:36:07 +0200 |
commit | eb184e02eacaf49b71e1d841a9dfb94441247509 (patch) | |
tree | 74e126528d185a94c96ec9a1bf3f891f2341ed00 /config.mk | |
parent | ed41473634058b3ffdee7c8eef39785defe9da65 (diff) | |
download | dwm-eb184e02eacaf49b71e1d841a9dfb94441247509.tar.gz |
patched dwm
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 d4a7193..36199c3 100644 --- a/config.mk +++ b/config.mk @@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -VERSION = 0.2 +VERSION = 0.3 # includes and libs LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 |