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 d5f47c4..72de615 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Release 2011.07.09
+
+- Protocol version bump (v31)
+- Fix quickmix
+- Customizeable format strings
+- Basic proxy authentication
+
Release 2011.04.27
- Protocol version bump (v30)
diff --git a/src/config.h b/src/config.h
index 8315295..eec5434 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2011.04.27-dev"
+#define VERSION "2011.07.09"
#endif /* _CONFIG_H */