summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--src/config.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f6e8309..0b50b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/src/config.h b/src/config.h
index 9087d50..0918560 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2017.08.30-dev"
+#define VERSION "2018.06.22"
/* glibc feature test macros, define _before_ including other files */
#define _POSIX_C_SOURCE 200809L