about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 883ddd1..07bbd08 100644
--- 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
diff --git a/config.mk b/config.mk
index 94b24ed..4657aff 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 0.6
+VERSION = 0.7
 
 # Customize below to fit your system
 
id='n118' href='#n118'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149