dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit bb24d4d279d5c0887d7cb471d0e988e4c2dce5a8 parent bf9cffa1f7212be6617f6bb821ebf297866f7859 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 10 Jan 2026 11:31:44 +0100 bump version to 6.7 Put the maintainer at the top and bump years (time flies). Diffstat:
| M | LICENSE | | | 2 | +- |
| M | config.mk | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE @@ -1,5 +1,6 @@ MIT/X Consortium License +© 2010-2026 Hiltjo Posthuma <hiltjo@codemadness.org> © 2006-2019 Anselm R Garbe <anselm@garbe.ca> © 2006-2009 Jukka Salmi <jukka at salmi dot ch> © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> @@ -11,7 +12,6 @@ MIT/X Consortium License © 2008 Martin Hurton <martin dot hurton at gmail dot com> © 2008 Neale Pickett <neale dot woozle dot org> © 2009 Mate Nagy <mnagy at port70 dot net> -© 2010-2016 Hiltjo Posthuma <hiltjo@codemadness.org> © 2010-2012 Connor Lane Smith <cls@lubutu.com> © 2011 Christoph Lohmann <20h@r-36.net> © 2015-2016 Quentin Rameau <quinq@fifth.space> diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 6.6 +VERSION = 6.7 # Customize below to fit your system