fdkaac/version.h

5 lines
81 B
C

#ifndef VERSION_H
#define VERSION_H
const char *fdkaac_version = "0.0.1";
#endif