aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-09-02 18:30:56 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-09-02 18:31:23 +0200
commit1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6 (patch)
treee299f49db97021b28eb6139ae41619a291134591
parent9b38fda6feda68f95754d5b8932b1a69471df960 (diff)
bump version to 5.0
... and bump LICENSE year.
-rw-r--r--LICENSE2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 9762166..3afd28e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -8,7 +8,7 @@ MIT/X Consortium License
8© 2009 Markus Schnalke <meillo@marmaro.de> 8© 2009 Markus Schnalke <meillo@marmaro.de>
9© 2009 Evan Gates <evan.gates@gmail.com> 9© 2009 Evan Gates <evan.gates@gmail.com>
10© 2010-2012 Connor Lane Smith <cls@lubutu.com> 10© 2010-2012 Connor Lane Smith <cls@lubutu.com>
11© 2014-2019 Hiltjo Posthuma <hiltjo@codemadness.org> 11© 2014-2020 Hiltjo Posthuma <hiltjo@codemadness.org>
12© 2015-2019 Quentin Rameau <quinq@fifth.space> 12© 2015-2019 Quentin Rameau <quinq@fifth.space>
13 13
14Permission is hereby granted, free of charge, to any person obtaining a 14Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/config.mk b/config.mk
index 0929b4a..05d5a3e 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
1# dmenu version 1# dmenu version
2VERSION = 4.9 2VERSION = 5.0
3 3
4# paths 4# paths
5PREFIX = /usr/local 5PREFIX = /usr/local