JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed config.arg.h - I really need the 4th tag
authorAnselm R. Garbe <arg@10kloc.org>
Mon, 28 Aug 2006 10:27:00 +0000 (12:27 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Mon, 28 Aug 2006 10:27:00 +0000 (12:27 +0200)
config.arg.h
config.mk

index 355b02b..c457c23 100644 (file)
@@ -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            "><>"
index 690d48f..262fbde 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 1.1
+VERSION = 1.2
 
 # Customize below to fit your system