about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-26 12:31:57 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-26 12:31:57 +0100
commitbced9077f963be2bce4f0c60023c3b48af54b8e9 (patch)
tree9414be77758a476b1a2ec123f2ce31c95ba5da56
parent82fed986f9f09ddf973f182b30946bed9c2424cd (diff)
downloaddwm-bced9077f963be2bce4f0c60023c3b48af54b8e9.tar.gz
renamed CAVEATS into BUGS
-rw-r--r--config.mk2
-rw-r--r--dwm.12
2 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index a8d453e..5c783ef 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.2.2
+VERSION = 3.3
 
 # Customize below to fit your system
 
diff --git a/dwm.1 b/dwm.1
index 581683f..51af59a 100644
--- a/dwm.1
+++ b/dwm.1
@@ -131,7 +131,7 @@ Resize current window while dragging (floating mode only).
 .SH CUSTOMIZATION
 dwm is customized by creating a custom config.h and (re)compiling the source
 code. This keeps it fast, secure and simple.
-.SH CAVEATS
+.SH BUGS
 The status bar may display
 .BR "EOF"
 when dwm has been started by an X session manager like
id='n154' href='#n154'>154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219