diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-31 08:48:04 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-31 08:48:04 +0200 |
commit | 4c368bcd24172166aab32948fc63feaa6a1bec93 (patch) | |
tree | dddc175fd0f072d6b7ea09a9b91cbcdf8f9f64d6 /config.mk | |
parent | 9927b9e64253643f409bd1ef22349cf4e9ca7727 (diff) | |
download | dwm-4c368bcd24172166aab32948fc63feaa6a1bec93.tar.gz |
applied sanders patch to remove unnecessary commit()
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 262fbde..af775ae 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.2 +VERSION = 1.3 # Customize below to fit your system |