summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2016-06-02 08:49:26 +0200
committerLars-Dominik Braun <lars@6xq.net>2016-06-02 08:49:26 +0200
commitece960fb9f119ae294d6a9fa2b9e318b423a9983 (patch)
tree1e786479a88fb20278f1a87afc8b87b893fc4933
parent0ec2df77a72edde7b65a4ac8e7ffff4470120a51 (diff)
downloadpianobar-2016.06.02.tar.gz
pianobar-2016.06.02.tar.bz2
pianobar-2016.06.02.zip
Prepare for release 2016.06.022016.06.02
-rw-r--r--ChangeLog5
-rw-r--r--src/config.h2
2 files changed, 6 insertions, 1 deletions
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