summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2019-05-03 17:03:44 +0200
committerMichał Cichoń <michcic@gmail.com>2019-05-03 17:03:44 +0200
commit5aeab0b92e7fa56c72012effc2f469667f64fd18 (patch)
tree3012531b45cfbaba4b4c0c66e157ad20795e54ee /src/config.h
parent166056799c20ec66cdf94124e8c8cb3ef8114c84 (diff)
parenteaa10a3950ccd8fa2a5acada4c82d6627b6214f7 (diff)
downloadpianobar-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
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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"