summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 151642c7..b57ae215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ version 0.5.6
sndfile: fixed big/little endian byte swap buffer overrun
gme: fixed loopcount bugs
alsa: fixed race condition bug leading to freezes
- alac: added new ALAC plugin with proper gapless playback support, audiobook chapters, and other goods
+ alac: added new ALAC plugin with proper gapless playback support and other goods
aac: lots of bugfixes and improvements, as usual, including half/double duration bugfix, and custom metadata fields support, and audiobook chapters
cue and m3u parsers can now skip utf8 BOM
automatically fill new/edited column title from the selected column type
diff --git a/configure.ac b/configure.ac
index 84194cbd..0a14837b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([deadbeef], [0.5.6-rc1])
+AC_INIT([deadbeef], [devel])
AC_CONFIG_HEADER(config.h)