1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-01-15 16:26:15 +01:00

bump version

This commit is contained in:
nu774 2015-02-14 19:34:01 +09:00
parent 1703d1f8cf
commit 8c47bcc8dc

View File

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