diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-11 12:26:35 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-02-17 19:04:49 +0000 |
commit | 4c775553b150916621024d6db4cd269b34c3544b (patch) | |
tree | 214b08ebef3072f8f96b51801e672e27b95204af | |
parent | fd20c422f32987234ba32816b9c9c393086921d5 (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 © 2009 Markus Schnalke <meillo@marmaro.de> © 2009 Evan Gates <evan.gates@gmail.com> © 2010-2012 Connor Lane Smith <cls@lubutu.com> -© 2014-2020 Hiltjo Posthuma <hiltjo@codemadness.org> +© 2014-2022 Hiltjo Posthuma <hiltjo@codemadness.org> © 2015-2019 Quentin Rameau <quinq@fifth.space> Permission is hereby granted, free of charge, to any person obtaining a @@ -1,5 +1,5 @@ # dmenu version -VERSION = 5.0 +VERSION = 5.1 # paths PREFIX = /usr/local |