diff options
| author | Anselm R. Garbe <[email protected]> | 2007-03-29 15:18:30 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-03-29 15:18:30 +0200 |
| commit | 93aeaa53c920cd5f19751c6815a022f2d95059c1 (patch) | |
| tree | 6a25cf900591f43ffa62d0c0bbdd74f8e23673bf | |
| parent | add an additional check in resize() to prevent a crash of dwm (diff) | |
| download | dwm-93aeaa53c920cd5f19751c6815a022f2d95059c1.tar.gz dwm-93aeaa53c920cd5f19751c6815a022f2d95059c1.tar.bz2 dwm-93aeaa53c920cd5f19751c6815a022f2d95059c1.zip | |
next version will be 3.9, but don't expect it this week
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 455dcdf..5031b41 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.8 +VERSION = 3.9 # Customize below to fit your system |