diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Release 2016.06.02 + +- Quit pianobar upon reception of two SIGINT +- Minor bugfixes + Release 2015.11.22 - Switch back to libcurl. tls_fingerprint setting has been replaced by diff --git a/src/config.h b/src/config.h index b3e605c..95d8290 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2015.11.22-dev" +#define VERSION "2016.06.02" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L |