summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2019-05-03 17:02:47 +0200
committerMichał Cichoń <michcic@gmail.com>2019-05-03 17:02:47 +0200
commiteaa10a3950ccd8fa2a5acada4c82d6627b6214f7 (patch)
tree3012531b45cfbaba4b4c0c66e157ad20795e54ee /src/config.h
parentcb6789b17f81d29c6884c27715c705083e09a5db (diff)
parentc4b80765185944a5b89f3cc76568ba498bf5f3f4 (diff)
downloadpianobar-windows-2019.05.03.tar.gz
pianobar-windows-2019.05.03.tar.bz2
pianobar-windows-2019.05.03.zip
Merge branch 'release/2019.05.03'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 a8af710..b066102 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2018.10.30"
+#define VERSION "2019.05.03"
#define TITLE "Pianobar"