diff options
author | Michał Cichoń <michcic@gmail.com> | 2019-05-03 17:03:44 +0200 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2019-05-03 17:03:44 +0200 |
commit | 5aeab0b92e7fa56c72012effc2f469667f64fd18 (patch) | |
tree | 3012531b45cfbaba4b4c0c66e157ad20795e54ee | |
parent | 166056799c20ec66cdf94124e8c8cb3ef8114c84 (diff) | |
parent | eaa10a3950ccd8fa2a5acada4c82d6627b6214f7 (diff) | |
download | pianobar-windows-5aeab0b92e7fa56c72012effc2f469667f64fd18.tar.gz pianobar-windows-5aeab0b92e7fa56c72012effc2f469667f64fd18.tar.bz2 pianobar-windows-5aeab0b92e7fa56c72012effc2f469667f64fd18.zip |
Merge tag '2019.05.03' into developdevelop
Release 2019.05.03
Add support for hotkeys. #20
Hotkeys can be assigned to action in configuration file ex:
hk_<action_name> = g + shift + alt + ctrl
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 9c885bd..b066102 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2018.10.30-dev" +#define VERSION "2019.05.03" #define TITLE "Pianobar" |