mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-07 21:01:33 +01:00
5 lines
81 B
C
5 lines
81 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
const char *fdkaac_version = "0.3.1";
|
|
#endif
|