t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 18248ebf4b9465b837e717dcd14a5202a98248e0
   DIR parent b468873b2b71d351ed7b5a4c75f62060999c46eb
   URI 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:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dwm.c b/dwm.c
       t@@ -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())