1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-02-16 19:30:39 +01:00

bump version

This commit is contained in:
nu774 2013-10-30 19:02:00 +09:00
parent 3de0e22dcc
commit a3271927b8

View File

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