From ece960fb9f119ae294d6a9fa2b9e318b423a9983 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 2 Jun 2016 08:49:26 +0200 Subject: Prepare for release 2016.06.02 --- ChangeLog | 5 +++++ src/config.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 46dab63..f57f6e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3