diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Release 2020.11.28 + +- Support changing station modes +- Allow choosing time format +- Add optional debug output + Release 2020.04.05 - Support writing audio to named pipe (audio_pipe) diff --git a/src/config.h b/src/config.h index 4580f43..3c505fb 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2020.04.05-dev" +#define VERSION "2020.11.28" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L |