diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-23 11:24:42 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-23 11:24:42 +0200 |
commit | c77663fcb48bcea0fc96e1829d73902550058087 (patch) | |
tree | 9d8cefcfbc88b45913578dfd38e8eb1f5f5903d5 /config.mk | |
parent | renamed config.h into config.def.h, config.h will be created if not present, ... (diff) | |
download | dwm-c77663fcb48bcea0fc96e1829d73902550058087.tar.gz dwm-c77663fcb48bcea0fc96e1829d73902550058087.tar.bz2 dwm-c77663fcb48bcea0fc96e1829d73902550058087.zip |
btw 4.6 will be the next release
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 3a3ed7a..1c92834 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 4.5 +VERSION = 4.6 # Customize below to fit your system |