summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Cichoń <michcic@gmail.com>2018-10-30 13:13:22 +0100
committerMichał Cichoń <michcic@gmail.com>2018-10-30 13:13:22 +0100
commitfea1eed10a11220c3f01cc1de7cedf3f02599183 (patch)
treed6a47c38ff7dcb937992b15dc3c2d051bb877ac8
parent1ef71406be5144dfdc8fea2064d24cfb60d226d9 (diff)
parentcb6789b17f81d29c6884c27715c705083e09a5db (diff)
downloadpianobar-windows-fea1eed10a11220c3f01cc1de7cedf3f02599183.tar.gz
pianobar-windows-fea1eed10a11220c3f01cc1de7cedf3f02599183.tar.bz2
pianobar-windows-fea1eed10a11220c3f01cc1de7cedf3f02599183.zip
Merge tag '2018.10.30' into develop
Release 2018.10.30 - Reintegrate upstream changes Upstream improvements: Release 2018.06.22 - Happy 10th birthday pianobar! - Add network timeouts and retries - Fix cross-thread memory access - Misc UI and documentation improvements 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
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 83cbcc3..a8af710 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2015.10.30"
+#define VERSION "2018.10.30"
#define TITLE "Pianobar"