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 9e7d75d..d5f47c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Release 2011.04.27
+
+- Protocol version bump (v30)
+- Minor fixes/improvements
+
Release 2011.04.10
- Keybindings can be disabled
diff --git a/src/config.h b/src/config.h
index b288925..b69ad8c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2011.04.10-dev"
+#define VERSION "2011.04.27"
#endif /* _CONFIG_H */