about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-28 12:27:00 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-28 12:27:00 +0200
commit846850914d860ba0cb1fd6b9c394e4bee6b31737 (patch)
tree87ae194fb46a558414713bd54950ec1eca4c2209
parent4e6c513ac2e5870ea5bf958eb6062f2a0a9f4689 (diff)
downloaddwm-846850914d860ba0cb1fd6b9c394e4bee6b31737.tar.gz
changed config.arg.h - I really need the 4th tag
-rw-r--r--config.arg.h2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 355b02b..c457c23 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -4,7 +4,7 @@
  */
 
 #define TAGS \
-const char *tags[] = { "work", "net", "fnord", NULL };
+const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 
 #define DEFMODE			dotile /* dofloat */
 #define FLOATSYMBOL		"><>"
diff --git a/config.mk b/config.mk
index 690d48f..262fbde 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 1.1
+VERSION = 1.2
 
 # Customize below to fit your system
 
a id='n158' href='#n158'>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 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263