From 78c898ea422fc677eed0bd3a37c4a893a8a2b85d Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <lars@6xq.net>
Date: Wed, 30 Aug 2017 16:42:37 +0200
Subject: Prepare for release 2017.08.30

---
 ChangeLog    | 9 +++++++++
 src/config.h | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f57f6e2..f6e8309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Release 2017.08.30
+
+- Support binding to specific network interface, see config option bind_to
+- New config option gain_mul softens effect of replay gain
+- Replaced deprecated ffmpeg and json-c functions, bumps ffmpeg/libav version
+  requirement
+- Fix use-after-free
+- Minor improvements to code and documentation
+
 Release 2016.06.02
 
 - Quit pianobar upon reception of two SIGINT
diff --git a/src/config.h b/src/config.h
index 2cc010f..95f9d50 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
 /* package name */
 #define PACKAGE "pianobar"
 
-#define VERSION "2016.06.02-dev"
+#define VERSION "2017.08.30"
 
 /* glibc feature test macros, define _before_ including other files */
 #define _POSIX_C_SOURCE 200809L
-- 
cgit v1.2.3