diff options
| author | Anselm R. Garbe <[email protected]> | 2007-04-11 15:18:16 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-04-11 15:18:16 +0200 |
| commit | 4d318060a2af949b4a40d05019be891f28eb331b (patch) | |
| tree | e8200f11d0b4fe1d71f81eb119060de53adb5537 | |
| parent | make also transients floating when we do not know the main window (diff) | |
| download | dwm-4d318060a2af949b4a40d05019be891f28eb331b.tar.gz dwm-4d318060a2af949b4a40d05019be891f28eb331b.tar.bz2 dwm-4d318060a2af949b4a40d05019be891f28eb331b.zip | |
next version will be 4.0, so don't expect it within the next days
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 5031b41..6765825 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.9 +VERSION = 4.0 # Customize below to fit your system |