removed draw.c, implemented C-w handling (backward word deletion)
[dmenu.git] / config.mk
index 7b2808d..195fd4c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 1.9
+VERSION = 2.3
 
 # Customize below to fit your system
 
@@ -27,4 +27,3 @@ LDFLAGS = ${LIBS}
 
 # compiler and linker
 CC = cc
-LD = ${CC}