1
0
mirror of https://github.com/nu774/fdkaac.git synced 2024-12-28 00:00:45 +01:00

bump version

This commit is contained in:
nu774 2013-01-25 12:44:35 +09:00
parent a56831da9f
commit 1170c9a610

View File

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