diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-11 12:26:35 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-11 12:26:35 +0100 |
commit | 308fe78b83836371720c7d7eb2c3eac409f3cc16 (patch) | |
tree | d92e5f03044a1cf1141bcd538a45218b3b516dde | |
parent | c4b656e0da36070a834b03ceb76269ffee8ac952 (diff) |
bump version to 5.1
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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-2020 Hiltjo Posthuma <hiltjo@codemadness.org> | 11 | © 2014-2022 Hiltjo Posthuma <hiltjo@codemadness.org> |
12 | © 2015-2019 Quentin Rameau <quinq@fifth.space> | 12 | © 2015-2019 Quentin Rameau <quinq@fifth.space> |
13 | 13 | ||
14 | Permission is hereby granted, free of charge, to any person obtaining a | 14 | Permission is hereby granted, free of charge, to any person obtaining a |
@@ -1,5 +1,5 @@ | |||
1 | # dmenu version | 1 | # dmenu version |
2 | VERSION = 5.0 | 2 | VERSION = 5.1 |
3 | 3 | ||
4 | # paths | 4 | # paths |
5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |