dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 18248ebf4b9465b837e717dcd14a5202a98248e0
parent b468873b2b71d351ed7b5a4c75f62060999c46eb
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Thu, 29 May 2014 18:05:17 +0200

same as before with dwm.c as well

Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c
@@ -2046,7 +2046,7 @@ zoom(const Arg *arg) {
 int
 main(int argc, char *argv[]) {
     if(argc == 2 && !strcmp("-v", argv[1]))
-        die("dwm-"VERSION", © 2006-2012 dwm engineers, see LICENSE for details\n");
+        die("dwm-"VERSION", © 2006-2014 dwm engineers, see LICENSE for details\n");
     else if(argc != 1)
         die("usage: dwm [-v]\n");
     if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())