URI: 
       bump version to 5.1 - dmenu - dynamic menu
  HTML git clone git://git.suckless.org/dmenu
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 308fe78b83836371720c7d7eb2c3eac409f3cc16
   DIR parent c4b656e0da36070a834b03ceb76269ffee8ac952
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 11 Feb 2022 12:26:35 +0100
       
       bump version to 5.1
       
       Diffstat:
         M LICENSE                             |       2 +-
         M config.mk                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/LICENSE b/LICENSE
       @@ -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
   DIR diff --git a/config.mk b/config.mk
       @@ -1,5 +1,5 @@
        # dmenu version
       -VERSION = 5.0
       +VERSION = 5.1
        
        # paths
        PREFIX = /usr/local