mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-09 05:34:54 +01:00
5 lines
81 B
C
5 lines
81 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
const char *fdkaac_version = "0.0.8";
|
|
#endif
|