From: nu774 Date: Sun, 20 Oct 2013 15:35:17 +0000 (+0900) Subject: bump version X-Git-Tag: v0.3.2 X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=commitdiff_plain;h=29e0948097e2b135c0beab010f358758948a642e bump version --- diff --git a/ChangeLog b/ChangeLog index 8a6465b..2de1ea9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ +2013-10-21 nu774 + + * bump version [HEAD] + +2013-10-20 nu774 + + * reimplement int16 conversion as pcm_reader + + * add abstraction layer for pcm reading + + * improve handling of avgBitrate + 2013-10-19 nu774 - * update ChangeLog and git2changelog.py [HEAD] + * update ChangeLog and git2changelog.py [origin/master] 2013-10-18 nu774 diff --git a/version.h b/version.h index 9ee77c8..5b73510 100644 --- a/version.h +++ b/version.h @@ -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