mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-04 19:39:28 +01:00
5 lines
81 B
C
5 lines
81 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
const char *fdkaac_version = "0.5.0";
|
|
#endif
|