# HG changeset patch # User Anselm R. Garbe # Date 1156760820 -7200 # Node ID 201acf9257881279168c48b33d6059f645c5c5c8 # Parent 71e7b272f3d7b23e5c5cb09dd2a763d6bf8f1242 changed config.arg.h - I really need the 4th tag diff -r 71e7b272f3d7 -r 201acf925788 config.arg.h --- 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 "><>" diff -r 71e7b272f3d7 -r 201acf925788 config.mk --- 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