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 0039053..fe8a4ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Release 2010.11.06
+
+- XMLRLC api version bump (v29)
+- Automatic reauthentication
+- Minor bugfixes/code cleanup
+- Documentation fix
+
Release 2010.10.07
- XMLRPC api version bump (v28)
diff --git a/src/config.h b/src/config.h
index 0b583a6..4eba14e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2010.10.07-dev"
+#define VERSION "2010.11.06"
#endif /* _CONFIG_H */