commit e4d1df57e656294579ab87f53928d68f367d33dc
parent 6dbbae9cc99e381498f5065c3832435b00784736
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Tue, 7 Mar 2006 19:32:47 +0100
fixed /def/tag handling
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c
@@ -307,6 +307,8 @@ name2type(char *name, unsigned char dir_type)
return FsFdata;
if(!strncmp(name, "mode", 5))
return FsFmode;
+ if(!strncmp(name, "tag", 4))
+ return FsFtag;
if(has_ctag(name) && (dir_type == FsDtags))
return FsFtag;
if(name2key(name))
diff --git a/config.mk b/config.mk
@@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
-VERSION = 20060307
+VERSION = 3-current
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11