bump version

This commit is contained in:
nu774 2013-10-21 00:35:17 +09:00
parent e8e9f79eec
commit 29e0948097
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,18 @@
2013-10-21 nu774 <honeycomb77@gmail.com>
* bump version [HEAD]
2013-10-20 nu774 <honeycomb77@gmail.com>
* reimplement int16 conversion as pcm_reader
* add abstraction layer for pcm reading
* improve handling of avgBitrate
2013-10-19 nu774 <honeycomb77@gmail.com>
* update ChangeLog and git2changelog.py [HEAD]
* update ChangeLog and git2changelog.py [origin/master]
2013-10-18 nu774 <honeycomb77@gmail.com>

View File

@ -1,4 +1,4 @@
#ifndef VERSION_H
#define VERSION_H
const char *fdkaac_version = "0.3.1";
const char *fdkaac_version = "0.3.2";
#endif