summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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