bump version to 5.0 - dmenu - dynamic menu | |
git clone git://git.suckless.org/dmenu | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6 | |
parent 9b38fda6feda68f95754d5b8932b1a69471df960 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 2 Sep 2020 18:30:56 +0200 | |
bump version to 5.0 | |
... and bump LICENSE year. | |
Diffstat: | |
M LICENSE | 2 +- | |
M config.mk | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -8,7 +8,7 @@ MIT/X Consortium License | |
© 2009 Markus Schnalke <[email protected]> | |
© 2009 Evan Gates <[email protected]> | |
© 2010-2012 Connor Lane Smith <[email protected]> | |
-© 2014-2019 Hiltjo Posthuma <[email protected]> | |
+© 2014-2020 Hiltjo Posthuma <[email protected]> | |
© 2015-2019 Quentin Rameau <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a | |
diff --git a/config.mk b/config.mk | |
@@ -1,5 +1,5 @@ | |
# dmenu version | |
-VERSION = 4.9 | |
+VERSION = 5.0 | |
# paths | |
PREFIX = /usr/local |