]> git.armaanb.net Git - dwm.git/commitdiff
fixed a type in README, and patched config.mk
authorarg@10ksloc.org <unknown>
Wed, 2 Aug 2006 15:12:00 +0000 (17:12 +0200)
committerarg@10ksloc.org <unknown>
Wed, 2 Aug 2006 15:12:00 +0000 (17:12 +0200)
README
config.mk

diff --git a/README b/README
index 883ddd1832534efead6c3629fadf8dfd5844327a..07bbd086d97076b1a27f09e71fca6c935c268968 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Installation
 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
index 94b24eda85e23c7f453776891f43dac0037fb271..4657affc7c69bd9c99206451bd714f601e7d943d 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 0.6
+VERSION = 0.7
 
 # Customize below to fit your system