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
2021-04-23 22:57:27 +09:00
parent 9d65d3b3bf
commit 347e995cfc

View File

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