1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-06-05 23:29:14 +02:00
This commit is contained in:
nu774
2024-05-06 00:44:07 +09:00
parent a71453bc9a
commit 594c26b960

View File

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