changed config.arg.h - I really need the 4th tag
authorAnselm R. Garbe <arg@10kloc.org>
Mon, 28 Aug 2006 12:27:00 +0200
changeset 376 201acf925788
parent 375 71e7b272f3d7
child 377 b1159a638d0a
changed config.arg.h - I really need the 4th tag
config.arg.h
config.mk
--- a/config.arg.h	Mon Aug 28 10:21:40 2006 +0200
+++ b/config.arg.h	Mon Aug 28 12:27:00 2006 +0200
@@ -4,7 +4,7 @@
  */
 
 #define TAGS \
-const char *tags[] = { "work", "net", "fnord", NULL };
+const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 
 #define DEFMODE			dotile /* dofloat */
 #define FLOATSYMBOL		"><>"
--- a/config.mk	Mon Aug 28 10:21:40 2006 +0200
+++ b/config.mk	Mon Aug 28 12:27:00 2006 +0200
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 1.1
+VERSION = 1.2
 
 # Customize below to fit your system