# HG changeset patch # User arg@10ksloc.org # Date 1154531520 -7200 # Node ID 697715541a2566588fa7bc1aa48ea6aa3af1d718 # Parent acab3fd106d24b0b1ed8b831443ae00a03a5d7b3 fixed a type in README, and patched config.mk diff -r acab3fd106d2 -r 697715541a25 README --- a/README Wed Aug 02 16:54:58 2006 +0200 +++ b/README Wed Aug 02 17:12:00 2006 +0200 @@ -13,7 +13,7 @@ Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default). -Afterwards enter the following command to build and install dwm (if +Afterwards enter the following commands to build and install dwm (if necessary as root): cp config.default.h config.h diff -r acab3fd106d2 -r 697715541a25 config.mk --- a/config.mk Wed Aug 02 16:54:58 2006 +0200 +++ b/config.mk Wed Aug 02 17:12:00 2006 +0200 @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.6 +VERSION = 0.7 # Customize below to fit your system