summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aa799f..0039053 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 2010.10.07
+
+- XMLRPC api version bump (v28)
+
Release 2010.08.21
- First "official" release
diff --git a/src/config.h b/src/config.h
index b8e06f1..445e89a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2010.08.21-dev"
+#define VERSION "2010.10.07"
#endif /* _CONFIG_H */