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
2022-07-13 20:59:03 +09:00
parent 4ec1422bd9
commit cdfb81d7c6

View File

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