summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-10-15 22:51:41 +0200
committerGravatar waker <wakeroid@gmail.com>2012-10-15 22:51:41 +0200
commitf2595b983e7cb3678504bf79dcf7e20c9568da7f (patch)
treef903ba642456a0f33500b9a87f0a33d312da5739
parent4eff4b79711b8bece921eba99538323c95ff78c5 (diff)
fixed alac changelog
-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)