Commit 8468509

Anselm R. Garbe <arg@10kloc.org>
2006-08-28 06:27:00
changed config.arg.h - I really need the 4th tag
1 parent 4e6c513
Changed files (2)
config.arg.h
@@ -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		"><>"
config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 1.1
+VERSION = 1.2
 
 # Customize below to fit your system